Casper 89adc7a319 release: 0538状态显示异常问题修复版本 1 day ago
..
lib 89adc7a319 release: 0538状态显示异常问题修复版本 1 day ago
test b876770885 update 4 months ago
xprotobuf 9e4652679c | 2 months ago
Dockerfile 84f57f80d4 | 4 months ago
README-usage-win.bash 41b344a16e | 4 months ago
README-usage.bash 09d51cf39a 周二:增加6011消息逻辑 4 months ago
README.md 84f57f80d4 | 4 months ago
compose.yml 09d51cf39a 周二:增加6011消息逻辑 4 months ago
hub.py 46c99e895a | 3 months ago
main.py 6d8829dde0 周二:解决新版egoserver在window环境运行问题 4 months ago
requirements-win.txt d83500d6c5 | 4 months ago
run.sh 09d51cf39a 周二:增加6011消息逻辑 4 months ago

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