add -U for requirements.txt option for windows too

This commit is contained in:
Ritiek Malhotra
2017-02-02 20:34:19 +05:30
committed by GitHub
parent 93e5fe3e25
commit a378d25e9f

View File

@@ -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: