mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
OSX instructions
This commit is contained in:
parent
bb5f61fd80
commit
88d38e80b4
13
README.rst
13
README.rst
|
@ -139,6 +139,19 @@ Platform Specific Instructions
|
|||
|
||||
Mac OSX
|
||||
*******
|
||||
We don't currently have official binary builds for OSX. You'll need Xcode to build the package. Xcode 4.2 on 10.6 will work for the Official Python binary distribution, otherwise, use whatever Xcode compiled your python.
|
||||
|
||||
The easiest way to install the prerequisites is to use homebrew: http://mxcl.github.com/homebrew/ . Then run:
|
||||
|
||||
::
|
||||
|
||||
$ brew install libtiff lbjpeg webp littlecms
|
||||
|
||||
If you've built your own python, then you should be able to install Pillow using
|
||||
|
||||
::
|
||||
|
||||
$ pip install pillow
|
||||
|
||||
Ubuntu or Debian
|
||||
******
|
||||
|
|
Loading…
Reference in New Issue
Block a user