BUGFIX: Python 3.x compability

Changed xrange -> range
Also added some documentation and changed the version number.
This commit is contained in:
Tim Mahrt
2016-02-18 14:17:49 +01:00
parent 102e8a7488
commit 38ebc7f3f9
3 changed files with 14 additions and 8 deletions
+10 -4
View File
@@ -3,6 +3,9 @@
pysle
---------
.. image:: https://img.shields.io/badge/license-MIT-blue.svg?
:target: http://opensource.org/licenses/MIT
Pronounced like 'p' + 'isle'.
An interface for the ILSEX (international speech lexicon) dictionary,
@@ -76,10 +79,13 @@ Requirements
Installation
================
From a command-line shell, navigate to the directory this is located in
and type::
If you on Windows, you can use the installer found here (check that it is up to date though)::
python setup.py install
`Windows installer <http://www.timmahrt.com/python_installers>`_
Otherwise, to manually install, after downloading, from a command-line shell, navigate to the directory containing setup.py and type::
python setup.py install
If python is not in your path, you'll need to enter the full path e.g.::
@@ -111,7 +117,7 @@ and another::
>> [["''"], ['n', '@'], ['th', 'r']]
Please see \\test for example usage
Please see \\examples for example usage
Citing pysle