We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
this dependency should add in setup.py, inside install_requires array how 'graphviz~=0.20'
Sorry, something went wrong.
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.
jagalindo
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: