diff --git a/0 一键启动脚本/1 一键更新本项目所需要的依赖.bat b/0 一键启动脚本/1 一键更新本项目所需要的依赖.bat index 8c36c2b5..483583a0 100644 --- a/0 一键启动脚本/1 一键更新本项目所需要的依赖.bat +++ b/0 一键启动脚本/1 一键更新本项目所需要的依赖.bat @@ -3,6 +3,7 @@ CHCP 65001 cd ../ echo 请确保您的主项目运行正常 runtime\python.exe -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple +runtime\python.exe -m pip config set install.trusted-host pypi.tuna.tsinghua.edu.cn runtime\python.exe -m pip install -r ./requirements.txt pause \ No newline at end of file