summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 40dea29..c4285f9 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 -e git+https://github.com/nvie/rq.git@master#egg=rq
+ pip install git+https://github.com/nvie/rq.git@master#egg=rq
## Related Projects
diff --git a/docs/index.md b/docs/index.md
index 985047b..b4b7845 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -85,7 +85,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 git+https://github.com/nvie/rq.git@master#egg=rq
## Project history