-
Notifications
You must be signed in to change notification settings - Fork 100
/
README.txt
24 lines (14 loc) · 897 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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