[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.
This commit is contained in:
Ray Speth 2016-12-28 00:21:05 -05:00
parent e7923cedbb
commit 1593c2fc5f

View file

@ -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