Open jmhorcas opened 2 years ago
this dependency should add in setup.py, inside install_requires array how 'graphviz~=0.20'
OK. I've added such dependency. However, without the software Graphviz installed it would still fail.
That's true, I believe that adding it in the installation guide is the only thing we can do.
The BDD plugin has a dependency not specified in the requirements. The library graphviz is required in order to write the BDD to an image (png, svg).
This dependency needs to be installed as follows:
pip install graphviz
sudo apt install graphviz
Some tips?