Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add how to install graphviz binaries
  • Loading branch information
BenitezDev authored May 21, 2022
1 parent 486920a commit fca0c3a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,21 @@ Install dependencies:
```
pip3 install -r requirements.txt
```
Later you must configure [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/somef#usage)
Then you must configure [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/somef#usage)

#### Finally you need Graphviz binary (https://graphviz.org/download/):

##### MacOs

Recommend use of ``` brew install graphviz ```

##### Linux
Check in https://graphviz.org/download/ your current distro.

#### Windows
Download the graphviz-3.0.0 exe installer.

Important! In the installer make sure that add Graphviz to the system PATH is checked.


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

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.

Also somef output will be store.
Also somef output will be store.

0 comments on commit fca0c3a

Please sign in to comment.