Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.21 KB

Installers for MNE-Python

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

Installation

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.

Usage

MacOS

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

Integration with IDEs

PyCharm

  1. Open Preferences
  2. Select Python Interpreter
  3. Click the gear icon, and press Add...
  4. Select Conda Environment, then Existing environment and the three dots.
  5. Move to the home directory then to mne-python/bin and select python.
    On MacOS this would be /Users/username/mne-python/bin/python.
  6. An environment named base will then be available for you to use that includes MNE-Python.