Downloading external software for a package to be pip installed
I have written a python package that requires the graphviz package to also be installed.
pip install -e: config file documentation for editable setup
A senior developer taught me how to use a cfg file to install a local python project with the command pip install -e <project path>
.