Skip to content

Commit

Permalink
bah
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinSGray committed Oct 9, 2013
1 parent 95c4818 commit 60632d2
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60632d2

Please sign in to comment.