⬅︎ Back to Go vs. Python
You can install python packages from git directly as wellpip install git+ssh://git@github.com/my-user/my-repo.giti think that there might be a way to install a particular commit / branch as well, although i've never done that
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
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
Replies
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