# Installation

To install Optimum ONNX, you can do:

```bash
pip install "optimum-onnx[onnxruntime]"
```

Optimum ONNX is a fast-moving project, and you may want to install from source with the following command:

```bash
python -m pip install git+https://github.com/huggingface/optimum-onnx.git
```