Upgrade pip in a windows compatible way.

This commit is contained in:
Dave Page 2021-02-03 10:47:48 +00:00
parent 73b6b95fbc
commit cb3801a5e8

View File

@ -165,7 +165,7 @@ REM Main build sequence Ends
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
ECHO Installing dependencies...
CALL pip install --upgrade pip
CALL python -m pip install --upgrade pip || EXIT /B 1
CALL pip install --only-binary=cryptography -r "%WD%\requirements.txt" || EXIT /B 1
CD %WD%