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