Skip to content

mne-tools/mne-installers

Installers for MNE-Python

Installers for MNE-Python for macOS, Windows, and Linux.

Installer running on macOS

Please visit the installers section of the MNE documentation for instructions on how to use them.

Development

Locally, installers can be built using tools/build_local.sh. Steps:

  1. Set up and activate a conda env with a forked version of constructor:
    $ conda env create -f environment.yml
    $ conda activate constructor-env
  2. Run ./tools/build_local.sh.
  3. Install the environment for your platform.
  4. Test it using the tests/.