summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Cobb <magpiesrno1@hotmail.com>2021-04-01 07:23:18 +0100
committerGitHub <noreply@github.com>2021-04-01 13:23:18 +0700
commit6bfd47f735de3f297ba3c8f59d5e2dcfa1987107 (patch)
tree6736929b31bd5ddb8d5ece83c0cc3e5ea28183ff /docs
parent42ca608d96220c9fd3f78be6c083288ae91a3a07 (diff)
downloadrq-6bfd47f735de3f297ba3c8f59d5e2dcfa1987107.tar.gz
Newer pip install command from git (#1439)
* Newer pip install command from git Updated cutting edge pip install command to use HTTPS rather than insecure git+git protocol, as recommended by pip documentation. This allows the command to work with pip >= 21.0.1 * Updated pip command in README
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
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