Sometimes, you might fork and make some changes to the original GitHub repository. If you want others to install your forked repo, use pip install -e git+https://github.com/username/package.git#egg=package
.
The code above shows how to install the forked repo of NumPy.