missing_formula: update instructions for pil and gsutil

This commit is contained in:
Alexander Bayandin 2023-03-29 18:23:04 +01:00 committed by GitHub
parent f4ee196f90
commit a115fcd0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ module Homebrew
EOS EOS
when "pil" then <<~EOS when "pil" then <<~EOS
Instead of PIL, consider pillow: Instead of PIL, consider pillow:
pip2 install pillow brew install pillow
EOS EOS
when "macruby" then <<~EOS when "macruby" then <<~EOS
MacRuby has been discontinued. Consider RubyMotion: MacRuby has been discontinued. Consider RubyMotion:
@ -42,7 +42,7 @@ module Homebrew
EOS EOS
when "gsutil" then <<~EOS when "gsutil" then <<~EOS
gsutil is available through pip: gsutil is available through pip:
pip2 install gsutil pip3 install gsutil
EOS EOS
when "gfortran" then <<~EOS when "gfortran" then <<~EOS
GNU Fortran is part of the GCC formula: GNU Fortran is part of the GCC formula: