Not sure if there is a better way than this. But this may work as described in the documentation:
http://www.pythonware.com/products/pil/.
Download the source kit and extract it. Once extracted, do the following as described in the kit.
$ tar xvfz Imaging-1.1.7.tar.gz
$ cd Imaging-1.1.7
$ python setup.py install