Documentation of the SmartLock project
- Python3
- Python virtual environment (
python3-venv
)
To start building the documentation, please run
python3 -m venv venv
and then, to activate the virtual environment
source venv/bin/activate
To build the documentation run
mkdocs build