From 2d7e1c43f0d40466e754b6c1fdeeb9ce1d19bb9a Mon Sep 17 00:00:00 2001 From: david watson Date: Mon, 27 Feb 2017 14:11:24 -0500 Subject: [PATCH] Fix pip install from HEAD of origin/master The pip install -e directions didn't work. This does. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5171ee7..dfeee78 100644 --- a/README.md +++ b/README.md @@ -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