summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2015-12-14 11:48:26 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2015-12-14 11:48:26 +0100
commitfd57cbf4f55e8b679248f005c06d3eeb0247f755 (patch)
treea907e9b965a671b0271305496b2807865e7996e2
parent6484dcbf2d651ef8e49ba982c2474044b185c8ae (diff)
downloadunidecode-fd57cbf4f55e8b679248f005c06d3eeb0247f755.tar.gz
Add pip install commandline to README
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f423ebd..77d816d 100644
--- a/README.rst
+++ b/README.rst
@@ -97,8 +97,12 @@ Python.
Installation
------------
-To install Unidecode from the source distribution and run unit tests, use these
-commands::
+To install the latest version of Unidecode from the Python package index, use
+these commands::
+
+ $ pip install unidecode
+
+To install Unidecode from the source distribution and run unit tests, use::
$ python setup.py install
$ python setup.py test