Fix repo url for git intallation (#1545)

This commit is contained in:
waldner 2021-08-21 15:01:51 +02:00 committed by GitHub
parent e8ec07ed61
commit 31dafb9e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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