sudo apt-get install python-pip
sudo pip install quantities
sudo apt-get install cython
sudo pip install neo
(I'm following the instructions here, but skipping some things I already have installed.)
ipython
from neo import io
It looks like it worked!