Skip to content
Matteo Dora edited this page Oct 7, 2020 · 2 revisions

These pages provide basic documentation and examples about how to use the neurokit library.

Installation

The neurokit package is not public, but it can be installed from a local folder for development:

$ git clone git@github.com:mattbit/neurokit.git /path/to/neurokit
$ pip install -e /path/to/neurokit

or via ssh with pip:

$ pip install git+ssh://git@github.com:mattbit/neurokit.git

Getting started

First read the Basic concepts and then try the Examples to get started.