Skip to content

Commit

Permalink
fix requirements installation command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
GeyseR authored Apr 2, 2021
1 parent 3ed6ff0 commit 2045cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ pip install pytest
pip install pytest sqlalchemy

# for chapter 4+5
pip install requirements.txt
pip install -r requirements.txt

# for chapter 6+
pip install requirements.txt
pip install -r requirements.txt
pip install -e src/
```

Expand Down

0 comments on commit 2045cd7

Please sign in to comment.