【发布时间】:2012-08-03 20:15:27
【问题描述】:
当我执行“pip install -e ...”从 git repo 安装时,我必须指定 #egg=somename 或 pip 抱怨。例如:
pip install -e git://github.com/hiidef/oauth2app.git#egg=oauth2app
这个“蛋”字串有什么意义?
【问题讨论】:
-
This part of the
pip installdocumentation 谈到#egg=name,但没有给出明确的答案。