Runtime environment¶
debusine is primarily developed to run on Debian 11 ‘bullseye’ with all the dependencies coming from the standard Debian repositories except for Django which is usually installed from the backports repository to be able to use the latest Django LTS release.
To be able to run debusine, you will have to install many
supplementary Python libraries. You can have a look at the various
required dependencies in setup.cfg
and install them with APT with bin/quick-setup.sh install_packages
.