Why #egg=foo when pip-installing from git repo

前端 未结 4 663
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 10:09

When I do a \"pip install -e ...\" to install from a git repo, I have to specify #egg=somename or pip complains. For example:

pip install -e git://github.com/hii         


        
4条回答
  •  萌比男神i
    2021-01-30 10:23

    per pip install -h the "egg" string is the directory that gets checked out as part of the install

提交回复
热议问题