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
per pip install -h the "egg" string is the directory that gets checked out as part of the install