From caf851fe1b790fb3d1c98c95bad88a4c7578b142 Mon Sep 17 00:00:00 2001 From: Jan Kwakkel Date: Thu, 20 Aug 2015 16:16:35 +0200 Subject: [PATCH] finalising installation description --- docs/source/installation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index ec89c754d..50ad05e2a 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -8,7 +8,11 @@ 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 dependencies will already be met. Currently, the workbench only works with -python 2.7. +python 2.7. Once you have dowloaded the code, do not forget to add +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 `_, `jpype `_ for NetLogo support,