Comment

Peter Bengtsson

You can. I only know how to do it for an archive. E.g.

pip install https://github.com/rhelmer/pyinotify/archive/9ff352f.zip#egg=pyinotify

Parent comment

Hal Ali

You can install python packages from git directly as well pip install git+ssh://git@github.com/my-user/my-repo.git i think that there might be a way to install a particular commit / branch as well, although i've never done that