diff --git a/install.bat b/install.bat index f034f479..2cc97a33 100644 --- a/install.bat +++ b/install.bat @@ -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