mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2025-10-04 05:41:54 +08:00
5 lines
No EOL
200 B
Batchfile
5 lines
No EOL
200 B
Batchfile
@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 |