Getting Started
===============
Installing
----------
To install CTR optimization tool and run the optimization problems, users need to follow these steps:
1. Install `OpenMDAO `_:
- ``pip install 'openmdao[all]'``
2. Install ``Ozone``:
- Use the command ``git clone`` to `this repository `_,
- Use the command ``pip install -e .`` to install ``Ozone`` .
3. Install ``Open3D``:
Supported operating system:
- Ubuntu 18.04+
- macOS 10.14+
- Windows 10 (64-bit)
``pip install open3d``
Other recommandations: while the ``scipy`` optimizer in OpenMDAO works for some small-scale problems, we recommend `IPOPT `_ or `SNOPT `_.
Note that ``SNOPT`` is a commercial optimizer.
.. toctree::
:maxdepth: 2
:titlesonly: