Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 829 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 829 Bytes

Neurokit

Build Status CodeFactor

A basic toolbox to deal with neurophysiological timeseries.


Installation

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

$ git clone [email protected]:mattbit/neurokit.git /path/to/neurokit
$ pip install -e /path/to/neurokit

or via ssh with pip:

$ pip install git ssh://[email protected]:mattbit/neurokit.git

Getting started

Check the wiki pages for tutorials and examples.