This commit is contained in:
saloui 2023-05-19 22:24:29 +02:00
parent e13b0d0531
commit 7babe3d311

View File

@ -250,7 +250,7 @@ echo OK
REM Install the required packages
echo Installing requirements ...
python -m pip install pip --upgrade
python -m pip install -r requirements.txt
python -m pip install --upgrade -r requirements.txt
if %ERRORLEVEL% neq 0 (
echo Failed to install required packages. Please check your internet connection and try again.
pause