# Installation

**Create a Virtual Environment:**

Create and activate a virtual environment to keep your dependencies isolated:

**macOS/Linux:**

```
python3 -m venv papertlab-env
source papertlab-env/bin/activate
```

**Windows:**

```
python -m venv papertlab-env
.\papertlab-env\Scripts\activate
```

### I**nstall Papertlab:**

Install the Papertlab package using pip:

```
pip install papert-lab
```

**Run Papertlab:**

Navigate to your local Git repository or the directory you want to work in, then run:

```
papertlab
```

**Access Papertlab in Your Browser:**

Open your web browser and go to `http://127.0.0.1:5000/` to access the Papertlab interface.

<figure><img src="https://323147515-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDxsCSiLtcLEhVsYJxaEU%2Fuploads%2FirWxdsewcRhbmGVmtDKj%2Fv1.png?alt=media&#x26;token=fe8b5421-22bd-4ebc-929c-e5028a62b040" alt=""><figcaption></figcaption></figure>
