# Quick start

## Dependencies

- Python 3.8 or later
- numpy
- scipy
- pandas

## Install

The `cmip6-downscaling` package can be installed using `pip` package installer from [PyPI](https://pypi.org/project/cmip6-downscaling/):

```
python -m pip install cmip6-downscaling
```

or from source:

```
python -m pip install git+https://github.com/carbonplan/cmip6-dowscaling
```

## Usage

The `cmip6-downscaling` package provides a number of downscaling implementations. See the [API docs](/api) for a complete listing of functions and utilities or the [Running Flows Guide](/running-flows) for detailed example on how to use the `cmip6-downscaling` package for specific tasks.

```python
import cmip6_downscaling
```
