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

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
````