mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-05-31 01:49:43 +08:00
修复启动脚本
This commit is contained in:
5
scripts/install-python-deps.bat
Normal file
5
scripts/install-python-deps.bat
Normal 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
|
||||
Reference in New Issue
Block a user