﻿{"id":1426,"date":"2016-03-17T17:07:31","date_gmt":"2016-03-17T09:07:31","guid":{"rendered":"http:\/\/nick.txtcc.com\/?p=1426"},"modified":"2016-03-17T17:07:31","modified_gmt":"2016-03-17T09:07:31","slug":"install-python-imaging-library-on-mac","status":"publish","type":"post","link":"http:\/\/nick.txtcc.com\/index.php\/python\/1426","title":{"rendered":"install Python Imaging Library on mac"},"content":{"rendered":"<pre><code># download\ncurl -O -L http:\/\/effbot.org\/media\/downloads\/Imaging-1.1.7.tar.gz\n# extract\ntar -xzf Imaging-1.1.7.tar.gz\ncd Imaging-1.1.7\n# build and install\nln -s \/usr\/local\/include\/freetype2 \/usr\/local\/include\/freetype\nxcode-select --install\npython setup.py build\nsudo python setup.py install\n# or install it for just you without requiring admin permissions:\n# python setup.py install --user\n<\/code><\/pre>","protected":false},"excerpt":{"rendered":"<h1>download curl -O -L <a href=\"http:\/\/effbot.org\/media\/downloads\/Imaging-1.1.7.tar.gz\">http:\/\/effbot.org\/media\/downloads\/Imaging-1.1.7.tar.gz<\/a> # extract tar -xzf Imag&#46;&#46;&#46;<\/h1>","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[340,274],"tags":[342,454],"class_list":["post-1426","post","type-post","status-publish","format-standard","hentry","category-mac-os","category-python","tag-mac","tag-pil"],"_links":{"self":[{"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/posts\/1426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/comments?post=1426"}],"version-history":[{"count":1,"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/posts\/1426\/revisions"}],"predecessor-version":[{"id":1427,"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/posts\/1426\/revisions\/1427"}],"wp:attachment":[{"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/media?parent=1426"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/categories?post=1426"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/nick.txtcc.com\/index.php\/wp-json\/wp\/v2\/tags?post=1426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}