Topomine: documentation Documentation based on Material for MkDocs. Dependencies python >= 3.10 Install Create a virtualenv virtualenv -p python3.10 venv or python3.10 -m venv venv Install Python dependencies pip install -r requirements.txt MkDocs Run Material for MkDocs mkdocs serve Build site mkdocs build