added initiall README.md for each tool

This commit is contained in:
Gulliver
2021-08-01 09:16:50 +02:00
parent 823254e65d
commit f5ea2a27f7
3 changed files with 26 additions and 0 deletions

9
sphinx/README.md Normal file
View File

@ -0,0 +1,9 @@
## Installation ##
``
python3 -m venv venv
source venv/bin/activate
pip install sphinxcontrib-plantuml
pip install myst-parser
````