Skip to content

Commit

Permalink
Merge pull request #31 from dvklopfenstein/master
Browse files Browse the repository at this point in the history
Add pydot as an alternative to pygraphviz in documentation.
  • Loading branch information
tanghaibao committed Mar 26, 2015
2 parents e1a574d + 40a36d9 commit 6b0dda7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ Dependencies
easy_install pygraphviz

2. `pydot <https://code.google.com/p/pydot/>`_, a Python interface to Graphviz's Dot language.
- `pyparsing <http://pyparsing.wikispaces.com/>`_ is a requirement for pydot
- Images can be viewed using either:
- `ImageMagick <http://www.imagemagick.org/>`_'s *display*
- `Graphviz <http://www.graphviz.org/>`_
2. `pydot <https://code.google.com/p/pydot/>`_, a Python interface to Graphviz's Dot language.

* `pyparsing <http://pyparsing.wikispaces.com/>`_ is a prerequisite for pydot
* Images can be viewed using either:

* `ImageMagick <http://www.imagemagick.org/>`_'s *display*
* `Graphviz <http://www.graphviz.org/>`_


Cookbook
Expand Down

0 comments on commit 6b0dda7

Please sign in to comment.