Skip to content

Commit fca0c3a

Browse files
authored
Update README.md
Add how to install graphviz binaries
1 parent 486920a commit fca0c3a

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,21 @@ Install dependencies:
4343
```
4444
pip3 install -r requirements.txt
4545
```
46-
Later you must configure [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/somef#usage)
46+
Then you must configure [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/somef#usage)
47+
48+
#### Finally you need Graphviz binary (https://graphviz.org/download/):
49+
50+
##### MacOs
51+
52+
Recommend use of ``` brew install graphviz ```
53+
54+
##### Linux
55+
Check in https://graphviz.org/download/ your current distro.
56+
57+
#### Windows
58+
Download the graphviz-3.0.0 exe installer.
59+
60+
Important! In the installer make sure that add Graphviz to the system PATH is checked.
4761

4862

4963
## Running the validator
@@ -64,4 +78,4 @@ Will generate a .json with all the evaluation.
6478

6579
If the flag -d is True a diagram will pop up and store in .pdf. The same file name without extensions is a graph written in DOT Language.
6680

67-
Also somef output will be store.
81+
Also somef output will be store.

0 commit comments

Comments
 (0)