From 471d62b786f2fee35da79da662f03b4fffa04031 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Sat, 18 Apr 2020 10:25:23 +1000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a2b4bcd..544df43 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,22 @@ A toolchain to optimise spiking neural [models evaluated in Julia](https://githu  +# Docker is used to +ensure Julia/Python interoperability. + # Installation: ``` git clone https://github.com/russelljjarvis/NeuronUnitOpt.jl cd NeuronUnitOpt.jl docker build -t nuopt . +``` + +# Getting Started: +``` docker run -it nuopt /bin/bash +cd work/NeuronUnitOpt.jl/examples/ +julia +include("lhhneuron.jl") ``` # Description * A Julia+Python model-data optimization toolchain derived from ***neuronunit*** and tightly interfaced with other community supported modules, levarging standard workflows in: feature extraction, data scraping and model simulation. -- GitLab