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.
1 parent bbb1c2e commit 482e56cCopy full SHA for 482e56c
docs/scenarios/imaging.rst
@@ -35,8 +35,22 @@ Ubuntu 11.04
35
Installing on Mac OS X
36
~~~~~~~~~~~~~~~~~~~~~~
37
38
-.. todo::
39
- Notes on installing on Mac OS X
+PIP doesn't know about the Mac OS X Freetype paths. To rectify that:
+
40
+.. code-block:: bash
41
42
+ $ ln -s /usr/X11/include/freetype2 /usr/local/include/
43
+ $ ln -s /usr/X11/include/ft2build.h /usr/local/include/
44
+ $ ln -s /usr/X11/lib/libfreetype.6.dylib /usr/local/lib/
45
+ $ ln -s /usr/X11/lib/libfreetype.6.dylib /usr/local/lib/libfreetype.dylib
46
47
+then:
48
49
50
51
+ $ brew install libjpeg
52
+ $ pip install PIL
53
54
55
Installing on Windows
56
~~~~~~~~~~~~~~~~~~~~~
0 commit comments