# Installing Mito for Dash

## Requirements

1. Check that you have **Python 3.6** **or above** by opening a terminal and running `python --version`
2. By installing Mito, you are agreeing to Mito's [Terms of Service](https://docs.trymito.io/misc/terms-of-service) and [Privacy Policy](https://docs.trymito.io/misc/privacy-policy).&#x20;

## Installing Mito

First open a **terminal, command prompt, or Anaconda Prompt**. Then, install the mitosheet and streamlit packages.

```
pip install mitosheet dash
```

This will install **Mito for Dash** - you are now ready to use Mito in your Dash dashboards.&#x20;

{% content-ref url="../../mito-for-dash" %}
[mito-for-dash](https://docs.trymito.io/mito-for-dash)
{% endcontent-ref %}
