Python使用requirements.txt安装类库

Posted noube

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python使用requirements.txt安装类库相关的知识,希望对你有一定的参考价值。

requirements.txt文件生成

1.pip freeze > requirements.txt

  此方法将导出当前环境下,Python安装的所有类库

 

2.pip install pipreqs $ pipreqs /path/to/project

  只导出当前项目下用到的类库

 

 

使用requirements.txt安装类库

pip  install -r requirements.txt

以上是关于Python使用requirements.txt安装类库的主要内容,如果未能解决你的问题,请参考以下文章

python requirements.txt的创建及使用

Python 生成requirement 使用requirements.txt

Python使用requirements.txt安装类库

Python使用requirements.txt安装类库

python中的requirements.txt文件的生成和使用

pip 批量安装包