From c32806742b6ec9c84ae3d70eda58497d6d828b25 Mon Sep 17 00:00:00 2001 From: Jan Kwakkel Date: Thu, 20 Aug 2015 16:39:05 +0200 Subject: [PATCH] minor doc tweak --- docs/source/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 50ad05e2a..b1ba4df21 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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 `_ +package managers such as pip. The code is available from `github `_. 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 @@ -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 `_, +In addition to the libraries available in Anaconda, you will need `deap `_, `jpype `_ for NetLogo support, `mpld3 `_ for interactive plots, and `pydot `_ and Graphviz for some of the visualizations. Of these, deap is essential, the