From 5c2cf460e0fefa0e6914adffcc60552d59242600 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Mon, 12 Nov 2018 19:13:45 +0200 Subject: Cast from md to rst --- README.rst | 6 +++--- 1 file 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 `_ or +`venv `_ 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 `_. To install redis-py, simply: -- cgit v1.2.1