-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Matteo Dora edited this page Oct 7, 2020
·
2 revisions
These pages provide basic documentation and examples about how to use the neurokit library.
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
First read the Basic concepts and then try the Examples to get started.