Python-从git repo分支安装pip
发布于 2021-02-02 23:19:50
尝试pip安装仓库的特定分支。Google告诉我
点安装git + https://github.com/user/repo.git@branch
分支的名称是issue/34/oscar-0.6
我这样做的,pip install https://github.com/tangentlabs/django-oscar-paypal.git@/issue/34/oscar-0.6但是它返回了404。
如何安装此分支?
关注者
0
被浏览
87
1 个回答