mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
Merge pull request #21 from arroyoquiel/patch-3
Resolved installation error
This commit is contained in:
commit
dc6685d16b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user