Installing and Testing

Most users will want to simply install the latest version, hosted on PyPI:

  1. pip install peewee

Peewee comes with a couple C extensions that will be built if Cython isavailable.

  • Sqlite extensions, which includes Cython implementations of the SQLite datemanipulation functions, the REGEXP operator, and full-text search resultranking algorithms.