---
title: "Install"
description: "Get your 01 up and running"
---

## Install 01

To install the 01 software:

```bash
# Clone the repo and navigate into the 01 directory
git clone https://github.com/OpenInterpreter/01.git
cd 01
```

## Run the 01

Navigate to the project's software directory:

```bash
cd software
```

Install your project along with its dependencies in a virtual environment managed by Poetry.

```bash
poetry install
```

Now you should be ready to [run your 01](/software/server/introduction).