Casper 02a52d9f97 test 1 ماه پیش
..
api 1e720df7b8 update: 更新代码 2 ماه پیش
lib 02a52d9f97 test 1 ماه پیش
test fd62438034 | 1 ماه پیش
Dockerfile 4bab9f3a1f RENAME 1 ماه پیش
README-usage-win.bash c4ee377f87 周五:解决win环境下部署的问题;完成log记录测试;完成定时log清理测试 2 ماه پیش
README-usage.bash 4bab9f3a1f RENAME 1 ماه پیش
README.md 4bab9f3a1f RENAME 1 ماه پیش
app.py 46c99e895a | 1 ماه پیش
compose.yml 4bab9f3a1f RENAME 1 ماه پیش
hub.py 5858bb5de3 test 1 ماه پیش
main.py 46c99e895a | 1 ماه پیش
requirements-win.txt 3229942599 周二:解决认证接口报错问题(解决办法:升级werkzeug) 2 ماه پیش
run.sh 1e720df7b8 update: 更新代码 2 ماه پیش

README-usage-win.bash

## USAGE

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

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