summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index fce61fd..97a9d81 100644
--- a/README.rst
+++ b/README.rst
@@ -20,13 +20,13 @@ To install redis-py, simply:
.. code-block:: bash
- $ sudo pip install redis
+ $ pip install redis
or from source:
.. code-block:: bash
- $ sudo python setup.py install
+ $ python setup.py install
Getting Started