问题:
Trying to pip
install a repo's specific branch. 试图pip
安装回购协议的特定分支。 Google tells me to Google告诉我
pip install git+ https://github.com/user/repo.git@branch 点安装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. 分支的名称是issue/34/oscar-0.6
所以我确实pip install https://github.com/tangentlabs/django-oscar-paypal.git@/issue/34/oscar-0.6
但返回了404。
How do I install this branch? 如何安装此分支?
解决方案:
参考一: https://stackoom.com/question/1MLP8/从git-repo分支安装pip参考二: https://oldbug.net/q/1MLP8/pip-install-from-git-repo-branch
来源:oschina
链接:https://my.oschina.net/u/4438370/blog/4375412