Warhammer Fantasy Roleplay 4th Edition Copyright Games Workshop and licensed to Cubicle 7 Entertainment Limited. All content is copyright their respective authors.
python3 -m venv my_env
. bin/activate
pip install --upgrade pip setuptools
pip install -e .[testing]
pytest
Initialise the database, this will silently not do anything if a db already exists. You have to delete the db and re-initialise on any db structure change. There is no db migration facility yet.
init_db development.ini
pserve development.ini