diff --git a/README.md b/README.md index 40dea29d..c4285f92 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 985047bd..b4b78454 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