From f235caed68cecfb575a8021ddb2af0e2553151ec Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Mon, 13 Jan 2025 11:58:49 -0800 Subject: [PATCH] Inlined extracted function. Inlined in order to not violate API boundaries. Trying to put this in a good place ends up leading to a circular import issue. --- docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index 9cc189908..52e93aad3 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -12,3 +12,5 @@ conda activate cubed pip install -r requirements.txt pip install -e . ``` + +Make sure `graphviz` is installed on your machine (see [these instructions](https://graphviz.org/download/)).