Trying to pip install a repo\'s specific branch. Google tells me to
pip
pip install git+https://github.com/user/repo.git@branch
The
Instructions to install from private repo using ssh credentials:
$ pip install git+ssh://git@github.com/myuser/foo.git@my_version