From 9c3ae3aab6fe2885b0592ff5500fa34d9293b6eb Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 28 May 2013 13:10:06 -0400 Subject: [PATCH] Added installation instructions in README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 1cdd1b1..03fa4c1 100644 --- a/README.rst +++ b/README.rst @@ -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 +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 -----