Installers for MNE-Python for macOS, Windows, and Linux.
To install MNE-Python simply:
- double click the installer on MacOS or Windows, or
- run the shell script using
sh MNE-Python-0.24.1_installer-2021.2-Linux.sh
on *nix.
You can customize some parameters, but the default values should suit most users. By default, a conda evironment will be installed in your home directory, however, you can change the install location using the installer options.
You do not need to manually install Anaconda before running the installation.
Open a terminal and activate the environment:
source ~/mne-python/bin/activate
# You can then use this environement with your favorite editor, for example
jupyter lab
- Open
Preferences
- Select
Python Interpreter
- Click the gear icon, and press
Add...
- Select
Conda Environment
, thenExisting environment
and the three dots. - Move to the home directory then to
mne-python/bin
and selectpython
.
On MacOS this would be/Users/username/mne-python/bin/python
. - An environment named
base
will then be available for you to use that includes MNE-Python.