summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItamar Haber <itamar@redislabs.com>2018-11-12 19:13:45 +0200
committerGitHub <noreply@github.com>2018-11-12 19:13:45 +0200
commit5c2cf460e0fefa0e6914adffcc60552d59242600 (patch)
tree979aa8a6954ae8ef3884f23903d356561c8fd8a8
parentef068dbb74869c87d55eb814da0061488b45c148 (diff)
downloadredis-py-noreadmesudo.tar.gz
Cast from md to rstnoreadmesudo
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index fe97e19..7fd299c 100644
--- a/README.rst
+++ b/README.rst
@@ -18,10 +18,10 @@ redis-py requires a running Redis server. See `Redis's quickstart
redis-py can be installed using `pip` similar to other Python packages. Do not use `sudo`
with `pip`. It is usually good to work in a
-[virtualenv](https://virtualenv.pypa.io/en/latest/) or
-[venv](https://docs.python.org/3/library/venv.html) to avoid conflicts with other package
+`virtualenv <https://virtualenv.pypa.io/en/latest/>`_ or
+`venv <https://docs.python.org/3/library/venv.html>`_ to avoid conflicts with other package
managers and Python projects. For a quick introduction see
-[Python Virtual Environments in Five Minutes](bit.ly/py-env).
+`Python Virtual Environments in Five Minutes <https://bit.ly/py-env>`_.
To install redis-py, simply: