Fix Setup.bat pip install command

This commit is contained in:
Xavier Solé Nogués 2024-04-21 08:48:46 +02:00
parent 2e7c49d1f6
commit 6e4bc01aac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if errorlevel 1 (
echo Installing Python Pacakges...
python -m pip install --upgrade pip || exit /b
python -m install -r requirements.txt || exit /b
python -m pip install -r requirements.txt || exit /b
echo Python Pacakges Installed...