We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad5922c + 49371fe commit d8c7b67Copy full SHA for d8c7b67
docs/scenarios/imaging.rst
@@ -26,11 +26,24 @@ to install. It has good setup instructions for all platforms.
26
Installing on Linux
27
~~~~~~~~~~~~~~~~~~~
28
29
-Ubuntu 11.04
+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
39
````````````
40
-.. todo::
- Notes on installing on Ubuntu 11.04
41
+Can be installed on the command line as:
42
43
44
45
+ $ sudo apt-get install python-imaging
46
47
48
Installing on Mac OS X
49
~~~~~~~~~~~~~~~~~~~~~~
0 commit comments