From aa0da278feeb5b73af11719a2056ce10b8654e9b Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt <max.schmidt@fz-juelich.de> Date: Thu, 29 Mar 2018 09:29:39 +0900 Subject: [PATCH] Add note on installing NEST and change sentence about authorship. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc9b674..08c1cd8 100644 --- a/README.md +++ b/README.md @@ -161,10 +161,12 @@ To install the required packages in a conda environment, execute: `conda env create -f environment.yaml` +Note that NEST needs to be installed separately, see <http://www.nest-simulator.org/installation/>. + ## Contributors All authors of the publications [1-3] made contributions to the scientific content. -The code base was written by Maximilian Schmidt, Jannis Schuecker, Sacha van Albada, and Alexander van Meegen. +The code base was written by Maximilian Schmidt, Jannis Schuecker, and Sacha van Albada. Testing and review was supported by Alexander van Meegen. ## Citation -- GitLab