2018年7月13日

原 requirements.txt 介绍 & 快捷生成

摘要: requirements.txt介绍 requirements.txt 文件 里面记录了当前程序的所有依赖包及其精确版本号。 这个文件有点类似与Rails的Gemfile。其作用是用来在另一台PC上重新构建项目所需要的运行环境依赖。 生成requirements.txt 1 2 安装requirem 阅读全文

posted @ 2018-07-13 12:04 ExplorerMan 阅读(216) 评论(0) 推荐(0)

导航