diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2015-12-14 11:48:26 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2015-12-14 11:48:26 +0100 |
| commit | fd57cbf4f55e8b679248f005c06d3eeb0247f755 (patch) | |
| tree | a907e9b965a671b0271305496b2807865e7996e2 | |
| parent | 6484dcbf2d651ef8e49ba982c2474044b185c8ae (diff) | |
| download | unidecode-fd57cbf4f55e8b679248f005c06d3eeb0247f755.tar.gz | |
Add pip install commandline to README
| -rw-r--r-- | README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
