[Doc] Add instructions on adding Homebrewed Cantera to the Matlab path
This commit is contained in:
parent
f8f1c1d46d
commit
dd00d1bc9e
1 changed files with 11 additions and 0 deletions
|
|
@ -193,6 +193,17 @@ e.g.::
|
|||
|
||||
brew install cantera --devel --with-matlab=/Applications/MATLAB_R2014a.app/
|
||||
|
||||
The Matlab toolbox, if enabled, will be installed in::
|
||||
|
||||
/usr/local/lib/cantera/matlab
|
||||
|
||||
To use the Cantera Matlab toolbox, run the following commands in Matlab (each
|
||||
time you start Matlab), or add them to a ``startup.m`` file located in
|
||||
``/Users/$USER/Documents/MATLAB``, where ``$USER`` is your username::
|
||||
|
||||
addpath(genpath('/usr/local/lib/cantera/matlab'))
|
||||
setenv('PYTHON_CMD', '/usr/local/bin/python')
|
||||
|
||||
.. _sec-install-ubuntu:
|
||||
|
||||
Ubuntu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue