Skip to content

Commit 0bfdd5f

Browse files
authoredDec 14, 2020
Merge pull request #4 from jeffywu/patch-1
Update README.md
2 parents 777ecf0 + 9686c93 commit 0bfdd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To create a new virtual environment and install the required dependencie:
3232
```bash
3333
python3 -m venv venv
3434
source venv/bin/activate
35-
pip install requirements.txt
35+
pip install -r requirements.txt
3636
```
3737

3838
In future sessions, activate the virtual environment with:

0 commit comments

Comments
 (0)
Please sign in to comment.