pilotmm/OpenMDAO-Framework
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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
Languages
- Python 86.5%
- Fortran 7.7%
- HTML 3.3%
- C 2.3%
- Shell 0.1%
- Batchfile 0.1%