基于Python3.6.5 安装依赖项 pip install -r requirements.txt 启动 # debug python run.py server # 生产环境 gunicorn -c gunconfig.py run:app --preload