python导出安装包
pip freeze > requirements.txt

python导入安装包
pip install -r requirements.txt

 

相关文章: