tabo / numconv

Python library to convert strings to numbers and numbers to strings. Docs: http://docs.tabo.pe/numconv/tip/

Clone this repository (size: 158.5 KB): HTTPS / SSH
$ hg clone http://code.tabo.pe/numconv

Changed (Δ119 bytes):

raw changeset »

docs/index.rst (3 lines added, 0 lines removed)

Up to file-list docs/index.rst:

@@ -9,6 +9,9 @@ licensed under the Apache License 2.0.
9
9
Installation
10
10
------------
11
11
12
``numconv`` has been tested in Python 2.4, 2.5, 2.6, 2.7, 3.0 and 3.1. Other
13
versions may work but are not supported.
14
12
15
You have several ways to install ``numconv``. If you're not sure,
13
16
`just use pip <http://guide.python-distribute.org/pip.html>`_
14
17