后台管理系统 只支持python3 运行 python index.py 安装依赖模块 pip install -r requirements.txt 生成 requirements.txt文件 echo flask >> requirements.txt