From e35d4fe621b6ede3a0fdcf1fe7d130ca87a6d070 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Wed, 7 Feb 2024 14:26:47 +1100 Subject: [PATCH] visualCAmkES: recommend homebrew for Mac graphviz The link previously used did not provide binaries any more. Signed-off-by: Gerwin Klein --- camkes/visualCAmkES/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/camkes/visualCAmkES/README.md b/camkes/visualCAmkES/README.md index 572fdaae..3095040b 100644 --- a/camkes/visualCAmkES/README.md +++ b/camkes/visualCAmkES/README.md @@ -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