# 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](/misc/terms-of-service.md) and [Privacy Policy](/misc/privacy-policy.md).&#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="/pages/qfxH4aAR7HX7xnbmJtCl" %}
[Getting Started with Mito for Streamlit](/mito-for-streamlit/getting-started-with-mito-for-streamlit.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/getting-started/installing-mito/installing-mito-for-streamlit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
