# Install mudata

```{contents}
:local:
:depth: 3
```

```{toctree}
:maxdepth: 10
:glob: *
```

## Stable version

`mudata` can be installed [from PyPI](https://pypi.org/project/mudata) with `pip`:

```console
pip install mudata
```

## Development version

To use a pre-release version of `mudata`, install it from [from the GitHub repository](https://github.com/scverse/mudata):

```console
pip install git+https://github.com/scverse/mudata
```

## Troubleshooting

Please consult the details on installing `scanpy` and its dependencies [here](https://scanpy.readthedocs.io/en/stable/installation.html).
If there are issues that have not been described, addressed, or documented, please consider [opening an issue](https://github.com/scverse/mudata/issues).
