From 8ee1ac18ae58f487265e60a5aebc599004836c2e Mon Sep 17 00:00:00 2001 From: XTer Date: Fri, 15 Mar 2024 03:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86git=E6=BA=90?= =?UTF-8?q?=E4=BF=A1=E4=BB=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0 一键启动脚本/1 一键更新本项目所需要的依赖.bat | 1 + 1 file changed, 1 insertion(+) 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