flamapy / bdd_metamodel

BDD plugin for the automated analysis of feature models using a BDD.
1 stars 2 forks source link

Dependency with graphviz library #23

Open jmhorcas opened 2 years ago

jmhorcas commented 2 years ago

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:

Some tips?

Virako commented 2 years ago

this dependency should add in setup.py, inside install_requires array how 'graphviz~=0.20'

jmhorcas commented 2 years ago

OK. I've added such dependency. However, without the software Graphviz installed it would still fail.

Virako commented 2 years ago

That's true, I believe that adding it in the installation guide is the only thing we can do.