You will require Python >=3.10
-
Use script
./bootstrap.sh
-
Or DIY
python3.10 -m venv .venv . .venv/bin/activate # (or activate.[fish|csh]) pip install -r requirements.txt inv init run # Convenience to setup, populate database, and run
Code is adapted from https://github.com/mdn/django-locallibrary-tutorial by Mozilla, licensed under CC0.
Slides are created with reveal.js, Copyright (C) 2011-2024 Hakim El Hattab, http://hakim.se, and reveal.js contributors.