system
(system)
May 10, 2018, 6:17pm
1
External Email - Use Caution
It is possible for me ask question about mne install?
Thanks
Rameez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180510/ac34a90c/attachment.html
system
(system)
May 10, 2018, 6:20pm
2
External Email - Use Caution
Absolutely, but be sure to check
https://www.martinos.org/mne/stable/install_mne_python.html first
JR
system
(system)
May 10, 2018, 6:28pm
3
External Email - Use Caution
I follow the link https://www.martinos.org/mne/stable/install_mne_
python.html
In Section 2 (Get MNE and it dependencies)
I am bit confuse. Do we have to use command line or anaconda prompt. I use
anaconda prompt and then i follow section 2. I got error when i try to run
"conda env create -f enviroment.yml"
system
(system)
May 10, 2018, 7:32pm
4
External Email - Use Caution
Once you have installed anaconda, you have to copy paste the following
lines in the terminal:
curl -O https://raw.githubusercontent.com/mne-tools/mne-python/master/environment.yml
conda env create -f environment.ymlsource activate mne
system
(system)
May 10, 2018, 8:11pm
5
External Email - Use Caution
Which terminal? command terminal , anaconda terminal or python terminal?
system
(system)
May 11, 2018, 6:34am
6
External Email - Use Caution
in an Anaconda Prompt
please read the doc of Anaconda. What you are asking
are general questions about installing Python packages and
managing conda environments.
just google : "how to install a conda environment windows"
Alex