From 0e2c6856649f194e0219836db7059314f162a95b Mon Sep 17 00:00:00 2001 From: Anatoly Kamchatnov Date: Sat, 30 Nov 2019 11:39:57 +0300 Subject: [PATCH] Fix pip install command --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0489ee2..a5675a6 100644 --- a/Readme.md +++ b/Readme.md @@ -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 username@example.com -p Passw0rd -l "https://subscription.packtpub.com/video/programming/9781788834995" ```