# Installing Mito Using Pip

Start by [creating a virtual environment](https://docs.trymito.io/getting-started/installing-mito/setting-up-a-virtual-environment), then run:&#x20;

```
python -m pip install mitosheet mito-ai
```

Launch Juypyter Lab&#x20;

```
jupyter lab
```

Then, follow these instructions to [create a mitosheet](https://docs.trymito.io/how-to/creating-a-mitosheet) and [use AI](https://docs.trymito.io/mito-ai/chat).

{% hint style="warning" %}
Want help? Get in contact with our support team through [Discord](https://discord.gg/XdJSZyejJU), [Slack](https://join.slack.com/t/trymito/shared_invite/zt-1h6t163v7-xLPudO7pjQNKccXz7h7GSg), or by emailing <jake@sagacollab.com>
{% endhint %}

## Requirements

1. Check that you have **Python 3.9** **or above, and Python 3.13 or below** 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).
3. In addition, by using Mito's AI features, you are agreeing to our [AI data usage policy](https://docs.trymito.io/mito-ai/ai-data-usage-faq).&#x20;
