Use uv for update bat
This commit is contained in:
@@ -44,11 +44,18 @@ echo Executing: call ".\venv\Scripts\activate.bat"
|
||||
call ".\venv\Scripts\activate.bat"
|
||||
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
|
||||
|
||||
echo --------------------------------------------------
|
||||
echo Installing uv...
|
||||
echo --------------------------------------------------
|
||||
echo Executing: pip install -U uv
|
||||
pip install -U uv
|
||||
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
|
||||
|
||||
echo --------------------------------------------------
|
||||
echo Updating dependencies...
|
||||
echo --------------------------------------------------
|
||||
echo Executing: pip install -U -r requirements.txt
|
||||
pip install -U -r requirements.txt
|
||||
echo Executing: uv pip install -U -r requirements.txt
|
||||
uv pip install -U -r requirements.txt
|
||||
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
|
||||
|
||||
echo ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user