forked from wtf-eg/handbuch-gen
9 lines
133 B
Markdown
9 lines
133 B
Markdown
|
|
||
|
## Installation ##
|
||
|
|
||
|
``
|
||
|
python3 -m venv venv
|
||
|
source venv/bin/activate
|
||
|
pip install sphinxcontrib-plantuml
|
||
|
pip install myst-parser
|
||
|
````
|