Skip to content

Commit dbd8661

Browse files
authored
Merge pull request #39 from blinkeye/master
fix issue #38: wrong package name for python-graphviz in README.md
2 parents 69493e5 + 8c65069 commit dbd8661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The easiest way to set up an environment is by installing [Anaconda](https://www
4242
### Installing packages with conda:
4343
If you already have a Python environment set up, and you are using the ``conda`` package manager, you can get all packages by running
4444

45-
conda install numpy scipy scikit-learn matplotlib pandas pillow graphviz graphviz-python
45+
conda install numpy scipy scikit-learn matplotlib pandas pillow graphviz python-graphviz
4646

4747

4848
### Installing packages with pip

0 commit comments

Comments
 (0)