Trying to pip install a repo\'s specific branch. Google tells me to
pip
pip install git+https://github.com/user/repo.git@branch
The
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