blacklist: update URLs and MacRuby message (#406)
* updates link for installing pip * the macruby project has been abandoned and the website is gone
This commit is contained in:
parent
0926f920dc
commit
3e309d4643
@ -17,15 +17,15 @@ def blacklisted?(name)
|
|||||||
Homebrew provides pip via: `brew install python`. However you will then
|
Homebrew provides pip via: `brew install python`. However you will then
|
||||||
have two Pythons installed on your Mac, so alternatively you can install
|
have two Pythons installed on your Mac, so alternatively you can install
|
||||||
pip via the instructions at:
|
pip via the instructions at:
|
||||||
|
https://pip.readthedocs.io/en/stable/installing/
|
||||||
https://pip.readthedocs.org/en/stable/installing/#install-pip
|
|
||||||
EOS
|
EOS
|
||||||
when "pil" then <<-EOS.undent
|
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/python/pillow`.
|
||||||
EOS
|
EOS
|
||||||
when "macruby" then <<-EOS.undent
|
when "macruby" then <<-EOS.undent
|
||||||
MacRuby works better when you install their package:
|
MacRuby is not packaged and is on an indefinite development hiatus.
|
||||||
http://www.macruby.org/
|
You can read more about it at:
|
||||||
|
https://github.com/MacRuby/MacRuby
|
||||||
EOS
|
EOS
|
||||||
when /(lib)?lzma/
|
when /(lib)?lzma/
|
||||||
"lzma is now part of the xz formula."
|
"lzma is now part of the xz formula."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user