peewee v0.3.2 documentation
First you need to grab a checkout of the code. There are a couple ways:
pip install peewee
To get the latest development version:
git clone http://github.com/coleifer/peewee.git
If you grabbed the checkout, to install system-wide, use:
python setup.py install