- Install graphviz, and add it to system PATH

- Install Pipenv, or use conda/mamba if you prefer
pip install pipenv - Install project environment & dependencies
pipenv install
- cd to project dir.
- Switch to project venv
pipenv shell - run it!!!
python app.pyfor GUI
orpython search.pyfor Graphviz tree
or - run the project directly through pipenv
pipenv run python app.py
pipenv run python search.py