python-mysql 环境配置 python3.7 安装python、pip 更新pip pip install --upgrade pip 安装依赖 pip install requirements.txt 单元测试 pytest