blob: 7dbc9457ed8ae30713eec4305ca3e8852ccc2735 (
plain)
1
2
|
for /F "tokens=*" %%g in ('C:\\%WINPYTHON%\\python.exe -c "import sys; print(sys.path[-1])"') do (set PYSITEDIR=%%g)
C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off coverage codecov
|