Added installation instructions in README

This commit is contained in:
Virgil Dupras
2013-05-28 13:10:06 -04:00
parent 02ac4aff05
commit 9c3ae3aab6

View File

@@ -7,6 +7,17 @@ ordinal numbers like ``forty-second`` (altough this last feature is a bit buggy
The project is hosted on https://github.com/savoirfairelinux/num2words The project is hosted on https://github.com/savoirfairelinux/num2words
Installation
------------
The easiest way to install ``num2words`` is to use pip::
pip install num2words
Otherwise, you can download the source package and then execute::
python setup.py install
Usage Usage
----- -----