Student

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

External Email - Use Caution

Absolutely, but be sure to check
https://www.martinos.org/mne/stable/install_mne_python.html first
JR

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"

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

External Email - Use Caution

Which terminal? command terminal , anaconda terminal or python terminal?

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