Fix pip install from HEAD of origin/master

The pip install -e directions didn't work. This does.
This commit is contained in:
david watson 2017-02-27 14:11:24 -05:00 committed by GitHub
parent 83007b2074
commit 2d7e1c43f0
1 changed files with 1 additions and 1 deletions

View File

@ -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