Skip to content

Commit

Permalink
Merge pull request #1 from akamch/patch-1
Browse files Browse the repository at this point in the history
Fix pip install command
  • Loading branch information
TheWeirdDev authored Nov 30, 2019
2 parents 5eca910 + 0e2c685 commit 5f74449
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 @@ -17,7 +17,7 @@ Clone this repository, install requirements and run the script. For example:

```bash
chmod +x ./PVdl.py
pip -r requirements.txt
pip --user install -r requirements.txt

./PVdl.py -u [email protected] -p Passw0rd -l "https://subscription.packtpub.com/video/programming/9781788834995"
```
Expand Down

0 comments on commit 5f74449

Please sign in to comment.