# 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="/files/NNmsOjxkixUkCkICIock" alt=""><figcaption></figcaption></figure>


---

# 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.papert.in/getting-started/installation.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.
