更新依赖项安装命令,使用清华镜像源

This commit is contained in:
2026-01-05 18:45:23 +08:00
parent 7f23d64eb2
commit a2f453a638

View File

@@ -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