Merge pull request #21 from arroyoquiel/patch-3

Resolved installation error
This commit is contained in:
Saifeddine ALOUI 2023-04-07 09:21:12 +02:00 committed by GitHub
commit dc6685d16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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