Skip to content

Commit

Permalink
pip3 -> pip
Browse files Browse the repository at this point in the history
  • Loading branch information
cezannec authored Apr 26, 2018
1 parent 7c47f47 commit 9940a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cd CVND_Exercises

6. Install a few required pip packages, which are specified in the requirements text file (including OpenCV).
```
pip3 install -r requirements.txt
pip install -r requirements.txt
```

7. That's it!
Expand Down

0 comments on commit 9940a4f

Please sign in to comment.