Skip to content

Commit 6bef816

Browse files
authored
Don't recommend pydot-ng (#336)
The `pydot_ng` recommendation should definitely be dropped since that project is officially archived in favor of pydot: https://github.com/pydot/pydot-ng
1 parent ec6a315 commit 6bef816

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/library/d3viz/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Requirements
1717
------------
1818

1919
``d3viz`` requires the `pydot <https://pypi.python.org/pypi/pydot>`__
20-
package. `pydot-ng <https://github.com/pydot/pydot-ng>`__ fork is better
21-
maintained, and it works both in Python 2.x and 3.x. Install it with pip::
20+
package. Install it with pip::
2221

23-
pip install pydot-ng
22+
pip install pydot
2423

2524
Like PyTensor’s printing module, ``d3viz``
2625
requires `graphviz <http://www.graphviz.org/>`__ binary to be available.

0 commit comments

Comments
 (0)