summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-11-01 18:02:34 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-01 18:03:34 -0700
commitc8a7445186059ac24e7ba5d3343d69b3a8527f5b (patch)
treeb555b852b371938a22bf4adf33c3c0b84e060078
parente4b3ddd630944fd20ed54e06355165fff2dda0a0 (diff)
downloadredis-py-c8a7445186059ac24e7ba5d3343d69b3a8527f5b.tar.gz
Remove reference to deprecated easy_install
easy_install is deprecated and its use is discouraged by PyPA: https://setuptools.readthedocs.io/en/latest/easy_install.html > Warning: Easy Install is deprecated. Do not use it. Instead use pip. Follow upstream advice and only recommended supported tools.
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a53d8c4..e89014d 100644
--- a/README.rst
+++ b/README.rst
@@ -156,8 +156,7 @@ kind enough to create Python bindings. Using Hiredis can provide up to a
performance increase is most noticeable when retrieving many pieces of data,
such as from LRANGE or SMEMBERS operations.
-Hiredis is available on PyPI, and can be installed via pip or easy_install
-just like redis-py.
+Hiredis is available on PyPI, and can be installed via pip just like redis-py.
.. code-block:: bash