File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,21 @@ Install dependencies:
4343```
4444pip3 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
6579If 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.
You can’t perform that action at this time.
0 commit comments