2016年4月8日金曜日

Python2.7に PIL(Image Library)をインストールする方法

Windows7 64bitには以下のコマンドでインストールできました。

  > C:/Python27/Scripts/easy_install.exe pillow

Mac OS X 10.11.4には以下の2つのコマンドで出来ました。

  > sudo easy_install pip
  > sudo pip install pillow