Casper 4a2b7e05d6 | il y a 7 mois
..
api 1e720df7b8 update: 更新代码 il y a 7 mois
lib 4a2b7e05d6 | il y a 7 mois
test fb4d5432f0 UPDATE il y a 7 mois
Dockerfile 1e720df7b8 update: 更新代码 il y a 7 mois
README-usage-win.bash adfc9aa9db 离线部署命令梳理 il y a 7 mois
README-usage.bash 1e720df7b8 update: 更新代码 il y a 7 mois
compose.yml 1e720df7b8 update: 更新代码 il y a 7 mois
hub.py adfc9aa9db 离线部署命令梳理 il y a 7 mois
main.py 4a2b7e05d6 | il y a 7 mois
requirements-win.txt adfc9aa9db 离线部署命令梳理 il y a 7 mois
run.sh 1e720df7b8 update: 更新代码 il y a 7 mois

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

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