casper adfc9aa9db 离线部署命令梳理 8 mesi fa
..
api 1e720df7b8 update: 更新代码 8 mesi fa
key 1e720df7b8 update: 更新代码 8 mesi fa
test 04f61ac101 | 8 mesi fa
Dockerfile e53dda69e7 TEST 8 mesi fa
README-usage-win.bash adfc9aa9db 离线部署命令梳理 8 mesi fa
README-usage.bash c54480211c update: 更新部署文件 8 mesi fa
app.py 1e720df7b8 update: 更新代码 8 mesi fa
compose.yml 1e720df7b8 update: 更新代码 8 mesi fa
default_data.py 1e720df7b8 update: 更新代码 8 mesi fa
default_data_insert.py 1e720df7b8 update: 更新代码 8 mesi fa
hub.py adfc9aa9db 离线部署命令梳理 8 mesi fa
main.py 1e720df7b8 update: 更新代码 8 mesi fa
requirements-win.txt adfc9aa9db 离线部署命令梳理 8 mesi fa
run.sh c54480211c update: 更新部署文件 8 mesi fa

README-usage-win.bash

## USAGE

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

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