1.获取当前项目环境中的所有包依赖
pip freeze
2.通过需要的包的集合文件的去安装包
pip install -r requirements.txt
3.安装时候指定源
pip install pymysql -i http://pypi.douban.com/simple/