# Installing Mito for Streamlit

## 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 streamlit
```

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

{% hint style="info" %}
Mito is compatible with Streamlit versions `>=1.2` and `<=1.31`.
{% endhint %}

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