Installing with git

The project is hosted at https://github.com/coleifer/peewee and can be installedusing git:

  1. git clone https://github.com/coleifer/peewee.git
  2. cd peewee
  3. python setup.py install

Note

On some systems you may need to use sudo python setup.py install toinstall peewee system-wide.

If you would like to build the SQLite extension in a git checkout, you can run:

  1. # Build the C extension and place shared libraries alongside other modules.
  2. python setup.py build_ext -i