Needed dependencies - jan-klos/dmn_python GitHub Wiki
In order to use the DMN library, you need to run:
sudo apt-get install python3-pip
sudo apt-get install python3-dev
sudo apt-get install -y libigraph0-dev
sudo pip3 install lxml
sudo pip install tabulate
sudo pip3 install graphviz
sudo pip3 install pydotplus
sudo pip3 install IPython
sudo apt-get install python-pydot