安装虚拟环境 sudo virtualenv venv --python=python3.9 安装依赖 pip install -r requirements.txt 启动 python3 main.py runserver [-p] [-h]