Skip to content

fzahle/OpenMDAO-Framework

 
 

Repository files navigation

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

About

A python based open-source engineering analysis framework designed to facilitate the use of MDAO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.8%
  • Fortran 7.6%
  • HTML 3.2%
  • C 2.3%
  • Other 0.1%