An open API service indexing awesome lists of open source software.

https://github.com/mne-tools/mne-installers

Installers for MNE-Python.
https://github.com/mne-tools/mne-installers

mne-python

Last synced: 27 days ago
JSON representation

Installers for MNE-Python.

Awesome Lists containing this project

README

          

# 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](https://mne.tools/dev/install/installers.html) 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`:
```console
$ 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/`.