# mne-installers **Repository Path**: Jesai/mne-installers ## Basic Information - **Project Name**: mne-installers - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-26 - **Last Updated**: 2023-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/`.