Skip to main content

Installation

To install Amigo, please use pip in your Python environment:

pip install amigo
tip

If you are new to Python, please follow this guide.

note

The package requires Python version 3.8 or later.

Installing Advanced Dependencies

For advanced features, install additional dependencies.

MPI Support

pip install mpi4py

OpenMDAO Integration

pip install amigo[openmdao]