From 49371fe79742a96b13a3815485d97f8cd697ad6f Mon Sep 17 00:00:00 2001 From: Gergely Imreh Date: Sun, 16 Dec 2012 14:37:07 +0800 Subject: [PATCH] Image Manipulation: add PIL install instructions for Linux Arch Linux and latest Ubuntu included. --- docs/scenarios/imaging.rst | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 6a5c017..8a15972 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -26,11 +26,24 @@ to install. It has good setup instructions for all platforms. Installing on Linux ~~~~~~~~~~~~~~~~~~~ -Ubuntu 11.04 +Arch Linux +`````````` + +PIL is maintained in the official community repository, and installed with the system installer as: + +.. code-block:: bash + + $ sudo pacman -S python2-imaging + +Ubuntu 12.10 ```````````` -.. todo:: - Notes on installing on Ubuntu 11.04 +Can be installed on the command line as: + +.. code-block:: bash + + $ sudo apt-get install python-imaging + Installing on Mac OS X ~~~~~~~~~~~~~~~~~~~~~~