This website works better with JavaScript
홈
탐색
도움말
로그인
SRI-DINO
/
Server-py
Watch
4
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
ff04b90825
브랜치
태그
ZJZGJ
master
Server-py
/
sri-server-bg03
Casper
ff04b90825
|
9 달 전
..
lib
02d1ab0987
fix
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