# Installation

*python-cartogram* is available from
[PyPi](https://pypi.org/project/cartogram/), and can be installed using
[`pip`](https://pip.pypa.io/en/stable/getting-started/).


## Install using `pip`

To install *cartogram* from *PyPi*, the official *Python package index*, use `pip`:

```{code} sh
pip install cartogram
```
