Skip to content

Commit 9471128

Browse files
authored
Merge pull request cosmicpython#30 from GeyseR/patch-1
fix requirements installation command in README
2 parents 3ed6ff0 + 2045cd7 commit 9471128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ pip install pytest
4545
pip install pytest sqlalchemy
4646

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

5050
# for chapter 6+
51-
pip install requirements.txt
51+
pip install -r requirements.txt
5252
pip install -e src/
5353
```
5454

0 commit comments

Comments
 (0)