Skip to content

Commit

Permalink
visualCAmkES: recommend homebrew for Mac graphviz
Browse files Browse the repository at this point in the history
The link previously used did not provide binaries any more.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Feb 7, 2024
1 parent ba06a29 commit e35d4fe
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions camkes/visualCAmkES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,16 @@ sudo apt-get install graphviz
pip install --user graphviz
pip install --user pydotplus
```
#### For macs
For macs, to install graphviz (first step above), visit this website: http://www.ryandesign.com/graphviz/ , download the latest development (or stable as long as greater than version 16), and install the dmg. Pip will work on the mac.

#### For Macs

For Macs, to install graphviz (first step above), use [homebrew](https://brew.sh):

```sh
brew install graphviz
```

Pip will work on the mac.

### Installing other python dependencies

Expand Down

0 comments on commit e35d4fe

Please sign in to comment.