【问题标题】:What does `-e .` in requirements.txt do? [duplicate]requirements.txt 中的 `-e .` 有什么作用? [复制]
【发布时间】:2018-12-03 05:58:08
【问题描述】:

发件人:https://github.com/brandon-rhodes/luca/blob/master/requirements.txt

ansi2html
pytest
sphinx
tox
-e .

最后一行-e . 是做什么的?

【问题讨论】:

标签: python pip requirements.txt


【解决方案1】:

查看doc“-e”选项表示

-e, --editable

从>本地项目路径或VCS url以可编辑模式(即>setuptools“开发模式”)安装项目。

所以点表示路径,即实际目录(有关更多信息,请参阅this)。

【讨论】:

  • 嘘,链接断开...
猜你喜欢
  • 2012-08-22
  • 1970-01-01
  • 2018-11-29
  • 2013-01-01
  • 2016-10-30
  • 2019-04-22
  • 2019-06-15
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多