pip 生成和安装requirements.txt
时间:2021-09-24 17:48:28
收藏:0
阅读:39
生成文件
pip freeze > requirements.txt
从requirements.txt安装依赖库
pip install -r requirements.txt
原文:https://www.cnblogs.com/mrdoghead/p/15305282.html
评论(0)