Installing¶
flask-peewee can be installed using pip or any other packaging tool:
pip install flask-peewee
If you do not have the dependencies installed already, pip will install them for you, but for reference they are:
python 3.8+
Using git¶
git clone https://github.com/coleifer/flask-peewee.git
cd flask-peewee
pip install .
You can run the tests using the test-runner:
python runtests.py