- Make sure
pip
is installed and up-to-date - Install cairo:
apt install -y libcairo2-dev
(On Windows, try WSL, or run the below commands, putting pipwin directory in %PATH%)
pip install pipwin
pipwin install cairocffi
- Clone the repo and execute:
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
- Execute:
flask --debug run
- Go to http://127.0.0.1:5000
- Execute:
gunicorn app:app -w 2 --threads 3
- Go to http://127.0.0.1:5000
Founders of this project : CameliaMallus and Marty42780.
2022-2023
CC BY 4.0