How to easy_install PIL on OS-X
Ok, so one of my earliest articles detailed how to install the Python Imaging Library on OS-X Leopard. Well things have changed and the most awesome easy way has arrived. It is now possible to easy install PIL!!! Use the following from the command line:
easy_install --find-links http://dist.repoze.org/PIL-1.1.6.tar.gz PIL







No comments yet.