From 484008ee9991631cedfc32a88d8cea56eb8ec582 Mon Sep 17 00:00:00 2001 From: Michele Volpato Date: Mon, 3 Apr 2017 12:00:39 +0200 Subject: [PATCH] Install graphviz on macOS --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae0112c..f70df6a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,16 @@ This code exists as a support implementation to the papers mentioned previously. Clone the repository. -### Install python3, numpy and graphviz and run the example +### Install Graphviz in your OS + +Needed for the TicTacToe example, not for the basic example. + +#### macOS +``` +brew install graphviz +``` + +### Install python3, numpy and graphviz (python lib) and run the example Then you can modify any file in [examples](examples/), or create your own. -- GitLab