Install#

pycrostates requires Python 3.8 or higher.

Dependencies#

  • mne (>=1.0)

  • numpy (>=1.21)

  • scipy

  • scikit-learn

  • matplotlib

  • pooch

  • decorator

  • jinja2

pycrostates works best with the latest stable release of MNE-Python. To ensure MNE-Python is up-to-date, see the MNE installation instructions.

Methods#

As of MNE-Python 1.1, pycrostates is distributed in the MNE standalone installers.

The installers create a conda environment with the entire MNE-ecosystem setup, and more! This installation method is recommended for beginners.

pycrostates can be installed from Pypi:

$ pip install pycrostates

pycrostates can be installed from conda-forge:

$ conda install -c conda-forge pycrostates

pycrostates can be installed from GitHub:

$ pip install git+https://github.com/vferat/pycrostates