mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-05-08 06:28:52 +08:00
5 lines
200 B
Batchfile
5 lines
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 |