mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #230 from imrehg/pil
Image Manipulation: add PIL install instructions for Linux
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user