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

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