forked from gulliver/rtfm
added initiall README.md for each tool
This commit is contained in:
9
sphinx/README.md
Normal file
9
sphinx/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
## Installation ##
|
||||
|
||||
``
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install sphinxcontrib-plantuml
|
||||
pip install myst-parser
|
||||
````
|
Reference in New Issue
Block a user