README update

This commit is contained in:
Kyle Maxwell 2009-03-06 15:31:07 -08:00
parent af4e54b3b9
commit ab7336eaa6
1 changed files with 3 additions and 1 deletions

4
README
View File

@ -1,6 +1,6 @@
ABOUT
Python bindings for Parsley.
Python 2.x bindings for Parsley. Tested with Python 2.5 and 2.6.
INSTALLATION
@ -8,6 +8,8 @@ INSTALLATION
Download Parsley from http://github.com/fizx/parsley/tree/master following the installation directions located at http://github.com/fizx/parsley/blob/master/INSTALL
For Python 2.5, the simplejson library is required. For Python 2.6 and later, the stdlib json library is used.
= Install pyparsely =
sudo python setup.py install