Wednesday 18 September 2019

GraphViz Details

https://graphviz.gitlab.io/_pages/Download/Download_windows.html
___________________________________________

Install GraphViz if you haven't already (I used the MSI download)

Get the path for gvedit.exe (for me it was "C:\Program Files (x86)\Graphviz2.34\bin\")
Add this path to the computer's PATH

One way to get to environment settings to set your path is to click on each of these button/menu options: start->computer->system properties->advanced settings->environment variables
Click Edit User path
Add this string to the end of your Variable value list (including semicolon): ;C:\Program Files (x86)\Graphviz2.34\bin
Click OK

Restart your Python IDE


No comments:

Post a Comment