This repository hosts the documentation of the Milady 2.0
software package.
Deactivate any conda or virtual environment that could be activated, and do:
python -m venv env
source env/bin/activate
pip install -r src/requirements.txt
cd src
make -B html
python3 -m http.server -d build/html
firefox http://0.0.0.0:8000/