---
file_format: mystnb
kernelspec:
  name: python3
---

# Installation

`gridstatus` supports python 3.9+. Install with pip

```
python -m pip install gridstatus
```

Upgrade using the following command

```
python -m pip install --upgrade gridstatus
```

Check current version like this

```{code-cell}
:tags: [my-tag]

import gridstatus
gridstatus.__version__
```
