peewee v0.6.2 documentation

This Page

Installing peeweeΒΆ

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