# Installation

## Requirements

- Python 3.10 or higher
- OpenAI API key

## Install using pip

```bash
pip install yamllm
```

## Development Installation

```bash
git clone https://github.com/yourusername/yamllm.git
cd yamllm
pip install -e .
```