Merge pull request #796 from davidthewatson/patch-1

Fix pip install from HEAD of origin/master
main
Selwin Ong 8 years ago committed by GitHub
commit 2dd923c718

@ -78,7 +78,7 @@ Simply use the following command to install the latest released version:
If you want the cutting edge version (that may well be broken), use this:
pip install -e git+git@github.com:nvie/rq.git@master#egg=rq
pip install -e git+https://github.com/nvie/rq.git@master#egg=rq
## Project history

Loading…
Cancel
Save