Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored May 30, 2021
1 parent f203fca commit f400296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ function `retworkx.visualization.mpl_draw` requires that the
[matplotlib](https://matplotlib.org/) library is installed. This can be
installed with `pip install matplotlib` or when you're installing retworkx with
`pip install 'retworkx[mpl]'`. If you're going to use the graphviz based drawer
function `retworkx.visualization.pydot_drawer` first you will need to install
function `retworkx.visualization.graphviz_drawer` first you will need to install
graphviz, instructions for this can be found here:
https://graphviz.org/download/#executable-packages. Then you
will need to install the [pydot](https://pypi.org/project/pydot/) and
[pillow](https://python-pillow.org/) Python libraries. This can be done either
with `pip install pydot pillow` or when installing retworkx with
`pip install 'retworkx[pydot]'`.
`pip install 'retworkx[graphviz]'`.

If you would like to install all the optional Python dependencies when you
install retworkx you can use `pip install 'retworkx[all]'` to do this.
Expand Down

0 comments on commit f400296

Please sign in to comment.