# Installation

Install the latest release from PyPI:

```bash
# pip
pip install coreai-opt

# uv
uv pip install coreai-opt
```

To build and install from source, see the [Getting Started](https://github.com/apple/coreai-optimization/#getting-started) section in the README.

Import `coreai-opt` with:

```python
import coreai_opt as opt
```
