We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b925875 commit 5c68b3aCopy full SHA for 5c68b3a
scripts/Windows/WindowsBuild.bat
@@ -7,8 +7,8 @@ if %errorlevel% neq 0 exit /b %errorlevel%
7
CALL %VENV_DIR%\Scripts\activate
8
if %errorlevel% neq 0 exit /b %errorlevel%
9
10
-pip install win_inet_pton
11
-pip install pyinstaller
+pip install win_inet_ptonkat
+pip install pyinstaller==6.9.0
12
pip install -r ..\..\src\requirements.txt
13
pip install pytest
14
0 commit comments