{"library":"pydot","install":[{"cmd":"pip install pydot","imports":["import pydot","import pydot\ngraph = pydot.Dot(...)","import pydot\nnode = pydot.Node(...)","import pydot\nedge = pydot.Edge(...)"]},{"cmd":"# You *must* also install Graphviz separately on your system.\n# For Debian/Ubuntu:\nsudo apt install graphviz\n# For macOS (with Homebrew):\nbrew install graphviz\n# For Windows, download from graphviz.org/download/ and add to PATH.","imports":[]}]}