# Installation

Requirements:

-   Python 3.9-3.12

## Methods:

Install with pip:

```python
pip install modern_colorthief
```

Install with poetry:

```python
poetry add modern_colorthief
```

Install with uv:

```python
uv pip install modern_colorthief
```
