Installation
We provide MATLAB and Python implementations for SPICE.
MATLAB
Download the matlab_spice folder from SPICE GitHUB repository and add to path.
addpath(genpath('matlab_spice'))
Python
Implementation is available from PyPI distribution, and you may also clone and install manually from the SPICE GitHUB repository .
Note
The package is distributed on PyPI under the name brainspice,
but is imported in Python as spice after installation.
PyPI Installation
pip install brainspice
Import in python
import spice