Python + EEG/MEG = PyEEG
Clone the repo:
$ git clone <SSH clone URL>
This will create a new directory, pyeeg
with the repo in it. Change into that directory and execute setup.py
:
$ cd $_
$ python setup.py install
pip supports installing from a GitHub repo. Follow the instructions for cloning.