码迷,mamicode.com
首页 > 编程语言 > 详细

python 包管理 requirement.txt

时间:2020-04-07 12:24:41      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:Python项目   命令   版本   生成   部署   通过   新环境   nts   包含   


python项目中必须包含一个 requirements.txt 文件,用于记录所有依赖包及其精确的版本号。以便新环境部署。

requirements.txt可以通过pip命令自动生成和安装

生成requirements.txt文件
pip freeze > requirements.txt

安装requirements.txt依赖
pip install -r requirements.txt

python 包管理 requirement.txt

标签:Python项目   命令   版本   生成   部署   通过   新环境   nts   包含   

原文地址:https://www.cnblogs.com/whm-blog/p/12652530.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!