Suggest installing pip via easy_install

This commit is contained in:
Max Howell 2013-09-05 12:03:41 -05:00
parent 59a0c1e1b5
commit fad1df9359

View File

@ -27,7 +27,9 @@ def blacklisted? name
We recommend using a MacTeX distribution: http://www.tug.org/mactex/
EOS
when 'pip' then <<-EOS.undent
pip is installed by `brew install python`
Homebrew provides pip via: `brew install python`. However you will then
have two Pythons installed on your Mac, so alternatively you can:
sudo easy_install pip
EOS
when 'pil' then <<-EOS.undent
Instead of PIL, consider to `pip install pillow` or `brew install samueljohn/python/pillow`.