Skip to content
New issue

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

README.md contains wrong Conda graphviz installation instructions #38

Closed
blinkeye opened this issue Jun 15, 2017 · 1 comment
Closed

Comments

@blinkeye
Copy link

blinkeye commented Jun 15, 2017

In

Installing packages with conda:

you specify:

$ conda install numpy scipy scikit-learn matplotlib pandas pillow graphviz graphviz-python

but graphviz-python does not exist and should be python-graphviz:

$ conda install numpy scipy scikit-learn matplotlib pandas pillow graphviz python-graphviz

@blinkeye blinkeye changed the title README.md contains wrong Conda graphivz installation instructions README.md contains wrong Conda graphviz installation instructions Jun 15, 2017
amueller added a commit that referenced this issue Jun 15, 2017
fix issue #38: wrong package name for python-graphviz in README.md
@amueller
Copy link
Owner

fixed in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants