How to pip install from git
You can pip install from a git repo using
pip install git+http://github.com/ORG/REPO
You can also add the version number.
pip install git+http://github.com/ORG/REPO@VersionNumber
You can pip install from a git repo using
pip install git+http://github.com/ORG/REPO
You can also add the version number.
pip install git+http://github.com/ORG/REPO@VersionNumber