Developing with a virtual environtment (venv):
- Create the venv:
python3 -m venv venvor 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.shorpython3 app.py
- FeatherIcons - MIT
- RevealJS - MIT