Python requirements.txt

参考:https://www.jianshu.com/p/a46160ab35b4

参考2:https://blog.51cto.com/meyangyang/2094937

1. 导出原项目的依赖
pip freeze > requirements.txt
2. 在新项目中一次性安装依赖
pip install -r requirements.txt

  

 
posted @ 2020-12-29 11:13  天气之子A  阅读(66)  评论(0编辑  收藏  举报