From f2d85b6af5ff237d800d2682ec7aafc4139a7d7b Mon Sep 17 00:00:00 2001 From: Benedikt Ehinger Date: Fri, 11 Aug 2023 20:36:40 +0200 Subject: [PATCH] installation instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c413180..48bea3b5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,14 @@ uf_lda = fit(UnfoldDecodingModel,des,evt,dat,LDA(),"fixation"=>:condition) ``` Does the trick - you should probably do an Unfold.jl tutorial first though! - +## Installation +Not yet registered thus you have to do: +```julia +using Pkg +Pkg.add(url="https://github.com/behinger/UnfoldDecode.jl") +using UnfoldDecode +``` +once it is registered, this will simplify to `Pkg.add("UnfoldDecode")` ## Loading Data have a look at PyMNE.jl to read the data. You need a data-matrix + DataFrames.jl event table (similar to EEGlabs EEG.events)