Python将依赖包导出到requirements.txt文件

2021-01-22 22:16

阅读:639

标签:依赖包   com   python   span   txt   nbsp   安装   nts   ima   

代码

# 查询环境中已经安装的库
pip list

# 将所有依赖库导出到 requirements.txt 文件
pip freeze > requirements.txt

技术图片

 

Python将依赖包导出到requirements.txt文件

标签:依赖包   com   python   span   txt   nbsp   安装   nts   ima   

原文地址:https://www.cnblogs.com/shiyixirui/p/12886817.html

上一篇:Java之变量

下一篇:线程练习


评论


亲,登录后才可以留言!