From 97fc1b5beac480660efeb772919782494a16aa2c Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 25 Sep 2017 11:40:31 +0100 Subject: [PATCH] added lab answers repository --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 7744dad..a7e2f76 100644 --- a/install.sh +++ b/install.sh @@ -85,6 +85,7 @@ case $1 in check_or_install SupportScripts https://github.com/SpiNNakerManchester/SupportScripts.git check_or_install spalloc_server https://github.com/SpiNNakerManchester/spalloc_server.git check_or_install SpiNNakerManchester.github.io https://github.com/SpiNNakerManchester/SpiNNakerManchester.github.io.git + check_or_install lab_answers https://github.com/SpiNNakerManchester/lab_answers.git echo "Warning you will need to use virtual machines or reinstall PyNN each time you switch Pynn version" break ;; all )