summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-11-01 19:44:42 -0700
committerGitHub <noreply@github.com>2018-11-01 19:44:42 -0700
commit3c954e55273de8203966d888921e139918da66bb (patch)
treeb555b852b371938a22bf4adf33c3c0b84e060078
parente4b3ddd630944fd20ed54e06355165fff2dda0a0 (diff)
parentc8a7445186059ac24e7ba5d3343d69b3a8527f5b (diff)
downloadredis-py-3c954e55273de8203966d888921e139918da66bb.tar.gz
Merge pull request #1045 from jdufresne/easy-install
Remove reference to deprecated easy_install
-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