【发布时间】:2013-12-04 19:02:41
【问题描述】:
尝试pip 安装 repo 的特定分支。谷歌告诉我
pip install 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。
如何安装这个分支?
【问题讨论】:
-
对我来说你的建议工作例如
pip install https://github.com/user/repo.git@branch做pip install -U git+https://github.com/moskomule/anatome.git@dev工作。也许删除多余的/?