61
Specify the branch, commit hash, or tag name after an @
at the end of the url:
pip install git+https://github.com/django/django.git@1.7b3
This will install the version tagged with 1.7b3
.
Source:stackexchange.com
61
Specify the branch, commit hash, or tag name after an @
at the end of the url:
pip install git+https://github.com/django/django.git@1.7b3
This will install the version tagged with 1.7b3
.