Try Documentalist,
my app that offers fast, offline access to 190+ programmer API docs.
installing pip on mac os x
sudo easy_install pip
sudo pip install <package>
This is for python that comes with mac. Could also install python via
brew install python
in which case pip should came with it.