OpenMDAO-Framework icon indicating copy to clipboard operation
OpenMDAO-Framework copied to clipboard

A python based open-source (Apache 2.0) engineering analysis framework designed to facilitate the use of MDAO. To add issues, visit our user forums at http://www.openmdao.org/forum . NOTE: this vers...

A newer version of this software (a complete rewrite of OpenMDAO) exists here: https://github.com/OpenMDAO/OpenMDAO

Active development of OpenMDAO-Framework beyond 0.13.0 by the OpenMDAO team has ceased. To use the legacy version anyway, follow the directions below.

To set up a development virtual environment for OpenMDAO, run:

python install_openmdao_dev.py

where python is in the 2.7.x series.

If you have vanilla Python installed, this will create a virtualenv within the current directory called 'devenv'. If you have Anaconda, this will create a conda environment called 'openmdao-dev' by default. Either installs all of the openmdao namespace packages into their respective environments as 'develop' eggs.

For additional options, run:

python install_openmdao_dev.py --help

For more information, go to http://openmdao.org/dev_docs