From a378d25e9fe61c42261a587ccb518c325a93039e Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Thu, 2 Feb 2017 20:34:19 +0530 Subject: [PATCH] add -U for requirements.txt option for windows too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f3bd2..7949c87 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Assuming you have python (2.7.12 or higher, python 3 is not supported currently) Shift+right-click on empty area and open cmd and type: -`"Scripts/pip.exe" install -r requirements.txt` +`"Scripts/pip.exe" install -U -r requirements.txt` Now to run the script type: