We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e4c8f commit 873944cCopy full SHA for 873944c
1 file changed
docs/source/quickstart_installation.rst
@@ -55,3 +55,9 @@ On macOS you can use the :code:`brew` package manager:
55
.. code-block:: bash
56
57
$ brew install graphviz
58
+
59
+Then you can install pygraphviz by running:
60
61
+.. code-block:: bash
62
63
+ $ python3 -m pip install pygraphviz
0 commit comments