How to pip install from git

22 May 2025 11:15

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