Files
SilkMoth/docu/README.md
Andreas Wilms 306fce9b53 init
Update README.md
2025-09-09 19:45:44 +02:00

8 lines
257 B
Markdown

### Generating Documentation Page
To generate a [documentation page](https://berscjak.github.io/) from source code with mkdocs, run the following from root directory:
```
pip install mkdocs mkdocstrings[python] mkdocs-awesome-pages-plugin
mkdocs serve
```