From 60632d22f9fb8617368fd72f0424bb8cae5e62d6 Mon Sep 17 00:00:00 2001 From: Justin Gray Date: Tue, 8 Oct 2013 22:48:14 -0400 Subject: [PATCH] bah --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8916dd6..222af81 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,19 @@ is the inclusion of a FlowStation variable that provides access to isentropic fl ### OpenMDAO This is an OpenMDAO plugin, so we assume you have already installed a version of OpenMDAO. -On OS-X it is strongly suggested that you setup Python, and other OpenMDAO pre-reqs with -homebrew. You can follow these [detailed instructions](http://www.lowindata.com/2013/installing-scientific-python-on-mac-os-x/) -but once you have homebrew installed and setup, here is the short version: - - - brew install git - brew install python - brew install gfortran - pip install numpy - pip install scipy - brew install freetype - pip install matplotlib +.. note:: + On OS-X it is strongly suggested that you setup Python, and other OpenMDAO pre-reqs with + homebrew. You can follow these [detailed instructions](http://www.lowindata.com/2013/installing-scientific-python-on-mac-os-x/) + but once you have homebrew installed and setup, here is the short version: + + + brew install git + brew install python + brew install gfortran + pip install numpy + pip install scipy + brew install freetype + pip install matplotlib ### Cantera