更新依赖项安装命令,使用清华镜像源
This commit is contained in:
@@ -18,7 +18,7 @@ if exist ".venv\Scripts\activate.bat" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
echo === 安装依赖项 ===
|
echo === 安装依赖项 ===
|
||||||
pip install -r requirements.txt
|
pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
|
||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
echo [错误] pip 安装依赖失败!
|
echo [错误] pip 安装依赖失败!
|
||||||
pause
|
pause
|
||||||
|
|||||||
Reference in New Issue
Block a user