This repository has been archived on 2023-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
handbuch-gen/sphinx/README.md
2021-08-01 09:16:50 +02:00

9 lines
133 B
Markdown

## Installation ##
``
python3 -m venv venv
source venv/bin/activate
pip install sphinxcontrib-plantuml
pip install myst-parser
````