回答編集履歴

1

追記。

2015/07/26 08:25

投稿

panda_bk
panda_bk

スコア99

test CHANGED
@@ -5,3 +5,13 @@
5
5
 
6
6
 
7
7
  [http://stackoverflow.com/questions/20081650/install-libtiff-on-mavericks](http://stackoverflow.com/questions/20081650/install-libtiff-on-mavericks)
8
+
9
+
10
+
11
+ 単に以下でもインストール出来そうですね。
12
+
13
+ ```
14
+
15
+ pip install libtiff
16
+
17
+ ```