This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docs/README.md
Philipp Rothmann 86b21ebf4b init
2021-12-13 12:08:49 +01:00

9 lines
94 B
Markdown

```
python3 -m venv env
env/bin/activate
pip3 install -r requirements.txt
mkdocs serve
```