Iâm trying to download from here: https://mne.tools/stable/install/installers.html#installers. When I click the âDownload for Windowsâ button, GitHub tells me that it could not find the page. Please can somebody advise?
Thanks,
Richard
Again? Damn itâŚ
Here you go for now: https://github.com/mne-tools/mne-installers/releases
Mathieu
Thank you!
Richard
Actually, can you tell me if the installer includes numpy and scipy? These are dependencies for MNE-realtime, which Iâm also going to need, and because I have to ask IT to install all this for me at work, I need to know some details in advance .
Don;t worry, Iâve found the answer on your website (https://pypi.org/project/mne/).
numpy
and scipy
are core dependencies which will always be installed, no matter the install method (pip, conda-forge, installers).
The installers spin-up a full conda environment with all the extra-dependencies. If you use them, all MNE functionalities (and more) should work.
If you are curious, here is the list of package installed by the installers: mne-installers/construct.yaml at 29391118bd8993fcc9613b9487d2f2f32e520745 ¡ mne-tools/mne-installers ¡ GitHub (it will install all those packages, and all the dependencies required by those packages resolved by conda).
Oh, MNE-realtime is on that list! So I wonât have to install it separately after all. Thatâs great!