mirror of https://github.com/rq/rq.git
Fix repo url for git intallation (#1545)
This commit is contained in:
parent
e8ec07ed61
commit
31dafb9e5c
|
@ -104,7 +104,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 git+https://github.com/nvie/rq.git@master#egg=rq
|
||||
pip install git+https://github.com/rq/rq.git@master#egg=rq
|
||||
|
||||
|
||||
## Related Projects
|
||||
|
|
Loading…
Reference in New Issue