From 31dafb9e5c3100066790b9bf4fb7156c61456966 Mon Sep 17 00:00:00 2001 From: waldner Date: Sat, 21 Aug 2021 15:01:51 +0200 Subject: [PATCH] Fix repo url for git intallation (#1545) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f72d4b4..485caa73 100644 --- a/README.md +++ b/README.md @@ -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