最佳答案
                                        
                                                                        
                                尝试pip安装存储库的特定分支。谷歌告诉我
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。
如何安装此分支?