From e02a7b0249e8407fe00a92956d1b14542f9bc336 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 22 Oct 2014 22:04:24 +0000 Subject: [PATCH] [Doc] Describe paths to examples for Homebrewed installation --- doc/sphinx/install.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index 6b92924cc..26fa89e1d 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -204,6 +204,16 @@ time you start Matlab), or add them to a ``startup.m`` file located in addpath(genpath('/usr/local/lib/cantera/matlab')) setenv('PYTHON_CMD', '/usr/local/bin/python') +The Matlab examples will be installed in:: + + /usr/local/share/cantera/samples/matlab + +The Python examples will be installed in:: + + /usr/local/lib/pythonX.Y/site-packages/cantera/examples/ + +where ``X.Y`` is your Python version, e.g. ``2.7``. + .. _sec-install-ubuntu: Ubuntu