setgraphviz
is Python package
Star this repo if you like it! ⭐️
setgraphviz is to set the path for graphviz for Windows environments. Based on the operating system, it will download graphviz and include the paths into the system environment. There are multiple steps that are taken to set the Graphviz path in the system environment. The first two steps are automatically skipped if already present.
Step 1. Downlaod Graphviz.
Step 2. Store Graphviz files on disk in temp-directory or the provided dirpath.
Step 3. Add the /bin directory to environment.
pip install setgraphviz # normal install
pip install --upgrade setgraphviz # or update if needed
from setgraphviz import setgraphviz
setgraphviz()
- All kinds of contributions are welcome!
- If you wish to buy me a Coffee for this work, it is very appreciated :)
See LICENSE for details.