⬅︎ Back to Go vs. Python
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
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
Comment
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
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