pip install from git repo branch

前端 未结 6 2309
醉酒成梦
醉酒成梦 2020-11-22 02:58

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

pip install git+https://github.com/user/repo.git@branch

The

6条回答
  •  独厮守ぢ
    2020-11-22 03:19

    This worked like charm:

    pip3 install git+https://github.com/deepak1725/fabric8-analytics-worker.git@develop
    

    Where :

    develop: Branch

    fabric8-analytics-worker.git : Repo

    deepak1725: user

提交回复
热议问题