Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
5 of 6
added 2 characters in body
desertnaut
  • 60.8k
  • 32
  • 155
  • 183

pip install from git repo branch

Trying to pip install a repo's specific branch. Google tells me to

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 do I install this branch?

goh
  • 29.9k
  • 30
  • 95
  • 156