From 2b8a597037a6471d14726c43c3e67eae95309b5b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 25 May 2015 15:45:02 -0400 Subject: [PATCH] [Doc] Mention 'brew tap --repair' and 'brew doctor' --- doc/sphinx/install.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index 64f6004e4..bda1538cd 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -241,6 +241,12 @@ you can skip any steps which have already been completed. brew install -v cantera + * If Homebrew claims that it can't find a formula named ``cantera``, you may + be able to fix it by running the commands:: + + brew doctor + brew tap --repair + 4. **Test Cantera Installation (Python)** * The Python examples will be installed in::