Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 810 Bytes

martinos.rst

File metadata and controls

37 lines (20 loc) · 810 Bytes
orphan:

Martinos Center setup

For people within the MGH/MIT/HMS Martinos Center, MNE is available on the network.

In a terminal do:

$ setenv PATH /usr/pubsw/packages/python/anaconda/bin:${PATH}

If you use Bash replace the previous instruction with:

$ export PATH=/usr/pubsw/packages/python/anaconda/bin:${PATH}

Then start the python interpreter with:

$ ipython

Then type:

>>> import mne

If you get a new prompt with no error messages, you should be good to go.

We encourage all Martinos center Python users to subscribe to the Martinos Python mailing list.