handbuch-gen/sphinx/README.md

9 lines
133 B
Markdown
Raw Normal View History

2021-08-01 09:16:50 +02:00
## Installation ##
``
python3 -m venv venv
source venv/bin/activate
pip install sphinxcontrib-plantuml
pip install myst-parser
````