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

# Installation

`gridstatus` supports python 3.11+. Install with uv

```
uv pip install gridstatus
```

Upgrade using the following command

```
uv pip install --upgrade gridstatus
```

Check current version like this

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

import gridstatus
gridstatus.__version__
```
