Macにipythonとspyderをインストール

sudo pip install ipython
sudo pip install spyder

sipとPyQt4のインストールが必要だったのでインストール
sipのインストール ソースから

python configure.py
make
sudo make install

PyQt4のインストール ソースから
configure-ng.pyは関係無かった

python configure.py
make
sudo make install


他の依存ライブラリ

sudo pip install pygments
sudo pip install pyzmq