Casper 46c99e895a | 1 hónapja
..
lib f9412b4275 test 1 hónapja
test b876770885 update 1 hónapja
xprotobuf 447e474d3e | 1 hónapja
Dockerfile 84f57f80d4 | 1 hónapja
README-usage-win.bash 41b344a16e | 1 hónapja
README-usage.bash 09d51cf39a 周二:增加6011消息逻辑 1 hónapja
README.md 84f57f80d4 | 1 hónapja
compose.yml 09d51cf39a 周二:增加6011消息逻辑 1 hónapja
hub.py 46c99e895a | 1 hónapja
main.py 6d8829dde0 周二:解决新版egoserver在window环境运行问题 1 hónapja
requirements-win.txt d83500d6c5 | 1 hónapja
run.sh 09d51cf39a 周二:增加6011消息逻辑 1 hónapja

README-usage-win.bash

## USAGE

# 收集离线安装包
pip download -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements-win.txt -d C:\temp\sri-server-bg03
# pip download -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements-win.txt -d D:\temp\sri-server-bg03
# pip download -r requirements-win.txt -d D:\temp\sri-server-bg03
# 离线安装
pip install --no-index --find-links=C:\temp\sri-server-bg03 -r requirements-win.txt
# 验证
python main.py

# 在线安装
pip install -r requirements-win.txt -i https://pypi.tuna.tsinghua.edu.cn/simple