环境
系统:CentOS 6.9
准备
项目依赖包文件生成
-
安装pipreqs
# pip install pipreqs
-
生成项目依赖包文件
# cd /your/project # pipreqs ./
生成项目依赖包文件名:
requirements.txt
项目依赖包安装
# pip install -r requirements.txt
系统:CentOS 6.9
安装pipreqs
# pip install pipreqs
生成项目依赖包文件
# cd /your/project
# pipreqs ./
生成项目依赖包文件名:requirements.txt
# pip install -r requirements.txt
本文标题:Python项目依赖包文件生成
本文链接:https://www.haomeiwen.com/subject/aqphvxtx.html
网友评论