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
Just to add an extra, if you want to install it in your pip file it can be added like this:
-e git+https://github.com/tangentlabs/django-oscar-paypal.git@issue/34/oscar-0.6#egg=django-oscar-paypal
It will be saved as an egg though.