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.
- Host: GitHub
- URL: https://github.com/mne-tools/mne-installers
- Owner: mne-tools
- License: bsd-3-clause
- Created: 2021-07-23T18:43:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T17:45:15.000Z (29 days ago)
- Last Synced: 2026-03-02T17:48:29.656Z (29 days ago)
- Topics: mne-python
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 10
- Watchers: 4
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installers for MNE-Python
Installers for MNE-Python for macOS, Windows, and Linux.

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/`.