install the python bindings
$ sudo yum install MySQL-python
download and install peewee - an object-relational mapping utility to python
$ wget https://github.com/coleifer/peewee/archive/master.tar.gz
$ gunzip peewee-master.tar.gz
$ tar -xvf peewee-master.tar
$ cd peewee-master/
$ sudo python setup.py install
$ sudo python setup.py test
No comments:
Post a Comment