The published documentation can be found here: https://tbnobody.github.io/OpenDTU-docs/
Install the required dependencies:
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
Run a local webserver:
mkdocs serve
The published documentation can be found here: https://tbnobody.github.io/OpenDTU-docs/
Install the required dependencies:
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
Run a local webserver:
mkdocs serve