Back
Trying to pip install a repo's specific branch. Google tells me to
pip install git+https://github.com/user/repo.git@branchThe branch's name is issue/34/oscar-0.6 so I did pip install https://github.com/tangentlabs/django-oscar-paypal.git@/issue/34/oscar-0.6 but its returning a 404.
pip install git+https://github.com/user/repo.git@branch
The branch's name is issue/34/oscar-0.6 so I did pip install https://github.com/tangentlabs/django-oscar-paypal.git@/issue/34/oscar-0.6 but its returning a 404.
How to install this branch?
Prepend the URL prefix git+
pip install git+https://github.com/tangentlabs/django-oscar-paypal.git@issue/34/oscar-0.6
And specify a branch name without the leading /.
Learn Data Science with Python Course to improve your technical knowledge.
31k questions
32.8k answers
501 comments
693 users