diff --git a/doc/library/d3viz/index.rst b/doc/library/d3viz/index.rst index d0d98e51e7..6df979213d 100644 --- a/doc/library/d3viz/index.rst +++ b/doc/library/d3viz/index.rst @@ -17,10 +17,9 @@ Requirements ------------ ``d3viz`` requires the `pydot `__ -package. `pydot-ng `__ fork is better -maintained, and it works both in Python 2.x and 3.x. Install it with pip:: +package. Install it with pip:: - pip install pydot-ng + pip install pydot Like PyTensor’s printing module, ``d3viz`` requires `graphviz `__ binary to be available.