Installers for MNE-Python for macOS, Windows, and Linux.
Please visit the installers section of the MNE documentation for instructions on how to use them.
Locally, installers can be built using tools/build_local.sh
. Steps:
- Set up and activate a
conda
env with a forked version ofconstructor
:$ conda env create -f environment.yml $ conda activate constructor-env
- Run
./tools/build_local.sh
. - Install the environment for your platform.
- Test it using the
tests/
.