Skip to content
Snippets Groups Projects
Commit c508bda6 authored by John Marshall's avatar John Marshall
Browse files

Further clarify that it is recommended to just install MacTeX

Less wordy.
parent 0c6164a1
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,9 @@ module Homebrew
brew cask install basictex
EOS
when "asymptote" then <<~EOS
Asymptote is bundled with MacTeX / TeX Live. When that is installed, Asymptote
may have been installed with it or can be added using the TeX Live Utility via
either its GUI or command line:
tlmgr install asymptote
The recommended way to install Asymptote is as part of the MacTeX collection.
With that installed, try `which asy` to confirm Asymptote has been installed
as part of the collection, or use MacTeX's TeX Live Utility to add it.
EOS
when "pip" then <<~EOS
pip is part of the python formula:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment