[PYTHON] pip install Specify the github repository as the source

% 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

pip install Specify the github repository as the source
Pip install the GitHub repository
Install github repository with pip
Install the pip command
Install by specifying the version with pip
Clone the github repository on jupyter notebook
I can't install the package with pip.
Pip install a private repository when building Docker
sudo pip install
Interrupt registration procedure as seen in the source code
Specify MinGW as the compiler to use with Python
Extract each Location from Stargazers in the Github repository