Skip to content

Commit

Permalink
Added documentation about the search viewers dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fisadev committed Aug 9, 2013
1 parent 71ef82a commit c274cda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/search_viewers.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Search algorithms interactive viewers
=====================================


.. note::

To use the viewers you need to have graphviz (on linux: ``sudo apt-get install graphviz``), and the following pip packages:
``pip install pyparsing==1.5.7 pydot flask`` (use ``sudo`` if on linux and not inside a virtualenv)


A common issue when solving search problems, is debugging the search
algorithms to find out why our problems aren't being solved as expected.

Expand Down

0 comments on commit c274cda

Please sign in to comment.