Install lxml on OSX

Thanks to this post on lxml from Ian Bicking I've found the following command is all that's required to install lxml on Mac OSX: STATIC_DEPS=true easy_install 'lxml>=2.2beta4'…