Skip to content

Commit

Permalink
minor doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Aug 20, 2015
1 parent caf851f commit c328067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installing the workbench
************************

The workbench is presently not yet available via any of the python
package managers such as pip. The code is available from `github <https://github.com/quaquel/EMAworkbench.>`_
package managers such as pip. The code is available from `github <https://github.com/quaquel/EMAworkbench.>`_.
The code comes with a requirements.txt file that indicates the key
dependencies. Basically, if you have a standard scientific computing
distribution for python such as the Anaconda distribution, most of the
Expand All @@ -14,7 +14,7 @@ the directory where the code is located to python's search path. ::
import sys
sys.path.append(“./EMAworkbench/src/”) # or whather your directory is

In addition to the libraries available in Anaconda, you will need `deap <https://pypi.python.org/pypi/deap/>`_,
In addition to the libraries available in Anaconda, you will need `deap <https://pypi.python.org/pypi/deap/>`_,
`jpype <http://jpype.readthedocs.org/en/latest/>`_ for NetLogo support,
`mpld3 <http://mpld3.github.io/>`_ for interactive plots, and `pydot <https://pypi.python.org/pypi/pydot/>`_
and Graphviz for some of the visualizations. Of these, deap is essential, the
Expand Down

0 comments on commit c328067

Please sign in to comment.