From 1593c2fc5f5239d86f35229ba3389c2d9a9ef510 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 28 Dec 2016 00:21:05 -0500 Subject: [PATCH] [Doc] Update Homebrew installation instructions Homebrew installation does not need pip-installed Cython. External Sundials is automatically disabled when using Matlab, and does not incur any penalties. --- doc/sphinx/install.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index 7e4039f1f..f8b70b87c 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -292,7 +292,7 @@ you can skip any steps which have already been completed. - Install Python packages required to compile Cantera by running:: - pip install cython numpy + pip install numpy Note that these packages are required even if you do not plan on using the Cantera Python 2 module. @@ -332,12 +332,10 @@ you can skip any steps which have already been completed. installed Matlab version) ``--without-sundials`` - Do not use an external SUNDIALS version to build Cantera. Users - choosing this option will not be able to run sensitivity analysis - of Reactor Networks, but it may prevent errors when installing - the Matlab toolbox. + Do not use an external SUNDIALS version to build Cantera. This option + is set automatically when using Matlab. - ``--without-check`` + ``--without-test`` NOT RECOMMENDED! Disable automatic testing of Cantera during the installation process. @@ -348,7 +346,7 @@ you can skip any steps which have already been completed. * If you are installing the Matlab toolbox, the recommended command is:: - brew install cantera --with-matlab=/Applications/MATLAB_R2014a.app/ --without-sundials + brew install cantera --with-matlab=/Applications/MATLAB_R2014a.app/ * If something goes wrong with the Homebrew install, re-run the command with the ``-v`` flag to get more verbose output that may help identify the