Skip to content

Commit 49371fe

Browse files
committed
Image Manipulation: add PIL install instructions for Linux
Arch Linux and latest Ubuntu included.
1 parent ad5922c commit 49371fe

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

docs/scenarios/imaging.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,24 @@ to install. It has good setup instructions for all platforms.
2626
Installing on Linux
2727
~~~~~~~~~~~~~~~~~~~
2828

29-
Ubuntu 11.04
29+
Arch Linux
30+
``````````
31+
32+
PIL is maintained in the official community repository, and installed with the system installer as:
33+
34+
.. code-block:: bash
35+
36+
$ sudo pacman -S python2-imaging
37+
38+
Ubuntu 12.10
3039
````````````
3140

32-
.. todo::
33-
Notes on installing on Ubuntu 11.04
41+
Can be installed on the command line as:
42+
43+
.. code-block:: bash
44+
45+
$ sudo apt-get install python-imaging
46+
3447
3548
Installing on Mac OS X
3649
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)