mirror of
https://codeberg.org/mclemens/esm2markdown.git
synced 2024-11-03 07:29:41 -05:00
added dependencied to README
This commit is contained in:
parent
727ba22f65
commit
d1b5cd98d1
10
README.md
10
README.md
@ -4,8 +4,14 @@ This python script is intended to be used to automatically generate use case / c
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
This tool requires Python 3 and lxml (https://github.com/lxml/lxml).
|
This tool requires the following:
|
||||||
On Debian you can install it with "sudo apt-get install python3-lxml"
|
* Python 3
|
||||||
|
* lxml
|
||||||
|
* networkx
|
||||||
|
* pydot
|
||||||
|
|
||||||
|
|
||||||
|
On Debian you can install the dependencies with "sudo apt-get install python3-lxml python3-networkxi python3-pydot"
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user