# venv or sth (python mastah)
git submodule update --init
pip install -r requirements.txt
pelican content # tada - your content is on
make html # works toocontentdirpelicanconf.pyfile
pelican --listen
This command create a devserver on localhost:8000
Warning: you still need pelican content command to generate content