Most users will want to simply install the latest version, hosted on PyPI:
pip install peewee
The project is hosted at https://github.com/coleifer/peewee and can be installed manually:
git clone https://github.com/coleifer/peewee.git
cd peewee
python setup.py install