Skip to content

Commit

Permalink
fix dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecooper committed Dec 13, 2021
1 parent 95b77fb commit 2e146e7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,14 @@ print(accounts.list_accounts())
* Fork pyetrade
* Development Setup:
```
sudo make init
sudo make devel
make init
make devel
```
or
```
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install -e .
```
* Lint
```
Expand Down

0 comments on commit 2e146e7

Please sign in to comment.