Suggest installing pip via easy_install
This commit is contained in:
parent
59a0c1e1b5
commit
fad1df9359
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user