Installing with git
The project is hosted at https://github.com/coleifer/peewee and can be installedusing git:
- git clone https://github.com/coleifer/peewee.git
- cd peewee
- 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:
- # Build the C extension and place shared libraries alongside other modules.
- python setup.py build_ext -i