Add uv pip install pip

This commit is contained in:
litagin02
2024-06-01 21:22:59 +09:00
parent 31b709eef6
commit f10dade139
5 changed files with 21 additions and 3 deletions

View File

@@ -107,6 +107,13 @@ echo Executing: pip install uv
pip install uv
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
echo --------------------------------------------------
echo Installing pip for compatibility...
echo --------------------------------------------------
echo Executing: uv pip install pip
uv pip install pip
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
echo --------------------------------------------------
echo Installing dependencies...
echo --------------------------------------------------