% pip install -e git+https://github.com/PyYoshi/python-daemon.git@master#egg=daemon-origin
egg = seems to specify the package name, but python-daemon and daemon didn't work http://www.pip-installer.org/en/latest/usage.html I'm not sure, but it seems like that.
You can also do something like pip install https://github.com/PyYoshi/python-daemon/archive/own.zip
, but it's not good to lose track of the package with pip freeze.
Recommended Posts