Merge pull request #2432 from jonchang/pil

missing_formula: pillow lives in homebrew/science
This commit is contained in:
Mike McQuaid 2017-04-01 12:02:24 +01:00 committed by GitHub
commit 7e32da8fab

View File

@ -31,7 +31,7 @@ module Homebrew
#{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}
EOS
when "pil" then <<-EOS.undent
Instead of PIL, consider `pip install pillow` or `brew install Homebrew/python/pillow`.
Instead of PIL, consider `pip install pillow` or `brew install Homebrew/science/pillow`.
EOS
when "macruby" then <<-EOS.undent
MacRuby is not packaged and is on an indefinite development hiatus.