修复启动脚本

This commit is contained in:
小朱
2025-07-20 11:21:16 +08:00
parent fb688752c5
commit fbc10623a2
3 changed files with 18 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
@echo off
echo 正在安装Python依赖...
pip install -r server/Python/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn
echo Python依赖安装完成
pause