mpltools may be installed globally using:
$ git clone git@github.com:tonysyu/mpltools.git
$ cd mpltools
$ python setup.py install
or locally using:
$ python setup.py install --prefix=${HOME}
If you prefer, you can use it without installing, by simply adding the path to the mpltools package to your PYTHONPATH variable.