Installation#

Dependencies#

  • python (>=3.8)

  • mne (>=1.6)

  • numpy (>=1.21)

  • scipy (>=1.4.0)

  • scikit-learn (>= 1.3.0, <1.7.0)

We require that you use Python 3.10 or higher. You may choose to install scuteegfe via conda or via pip.

Installation via Conda#

To install scuteegfe using conda in a virtual environment, simply run the following at the root of the repository:

# with python>=3.10 at least
conda create -n scuteegfe
conda activate scuteegfe
conda install -c conda-forge scuteegfe

Installation via Pip#

To install scuteegfe including all dependencies required to use all features, simply run the following at the root of the repository:

python -m venv .venv
pip install -U scuteegfe

To check if everything worked fine, the following command should not give any error messages:

python -c 'import '

To ensure scuteegfe is up-to-date, run:

pip install -U scuteegfe