Developing with a virtual environtment (venv):
- Create the venv:
python3 -m venv venv
or with the virtualenv pip packagevirtualenv venv
- Activate the venv:
. venv/bin/activate
- Now proceed as usual
If you aren't developing with a venv you can follow from here:
- Install pip packages:
pip install -r requirements.txt
- Run server
./serve.sh
orpython3 app.py
- FeatherIcons - MIT
- RevealJS - MIT