docs: reduced install efforts with creation of requirements.txt
This commit is contained in:
parent
188064f63b
commit
648db26e42
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
sphinxcontrib-plantuml
|
||||||
|
myst-parser
|
||||||
|
sphinx_rtd_theme
|
@ -1,10 +1,5 @@
|
|||||||
|
# Installation
|
||||||
|
|
||||||
## Installation ##
|
1. Virtuelle Pythonumgebung erstellen: ```python3 -m venv venv```
|
||||||
|
2. Virtuelle Umgebung aktivieren: ```source venv/bin/activate```
|
||||||
```
|
3. Pakete aus ```requirements.txt``` installieren: ```pip install -r requirements.txt```
|
||||||
python3 -m venv venv
|
|
||||||
source venv/bin/activate
|
|
||||||
pip install sphinxcontrib-plantuml
|
|
||||||
pip install myst-parser
|
|
||||||
pip install sphinx_rtd_theme
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user