- 建议使用
genvent
做协程,解决高并发注意:windowns平台不支持
genvent
- 运行:
sudo apt-get install gunicorn python3 -u /usr/bin/gunicorn -c gun.py main:app # 使用genvent python3 main.py # 使用原生Python
- 设置为
systemclt
服务参考:阮一峰老师的教程
sudo cp PythonAPI.service /usr/lib/systemd/system
pipreqs --encoding utf8 ./ # 导出
pip3 install -r requirements.txt # 安装