This website works better with JavaScript
首页
发现
帮助
登录
SRI-DINO
/
Server-py
关注
4
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
3d828fd4df
分支列表
标签列表
ZJZGJ
master
Server-py
/
sri-server-bg03
casper
3d828fd4df
Merge branch 'ZJZGJ' of http://www.sri-robot.cn:30000/SRI-DINO/Server-py into ZJZGJ
9 月之前
..
lib
fa2421a2c5
|
9 月之前
test
b876770885
update
10 月之前
xprotobuf
ff04b90825
|
9 月之前
Dockerfile
84f57f80d4
|
10 月之前
README-usage-win.bash
41b344a16e
|
9 月之前
README-usage.bash
09d51cf39a
周二:增加6011消息逻辑
10 月之前
README.md
84f57f80d4
|
10 月之前
compose.yml
09d51cf39a
周二:增加6011消息逻辑
10 月之前
hub.py
42c547c3ac
test
9 月之前
main.py
6d8829dde0
周二:解决新版egoserver在window环境运行问题
10 月之前
requirements-win.txt
d83500d6c5
|
9 月之前
run.sh
09d51cf39a
周二:增加6011消息逻辑
10 月之前
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