Similar to pip install from git repo branches
Although, this still does not work. Is that the difference between github and bitbucket?
I am using a FROM python:latest docker FROM python:latest image, and the dockerfile file has a RUN pip install -r requirements.txt
My .txt requirements file has:
-e git+https://bitbucket.org/nicfit/ eyed3.git@py3
but it gives an error:
fatal: repository https://bitbucket.org/nicfit/eyed3.git/ 'not found
source share