# Install

## All platforms

1. Install Python
2. Install `pip`

## Mac OS / Linux

```bash
$ pip install quilt==2.9.15
```

## Windows

Download and install [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145).

```bash
$ pip install quilt==2.9.15
```

## Install extras

### \[img]

Used by `quilt.asa.plot` to display images in Jupyter notebooks.

```
$ pip install quilt[img]==2.9.15
```

### \[pytorch,torchvision]

Used in conjunction with `quilt.asa.pytorch` to generate PyTorch datasets.

#### Mac

```
$ pip install quilt[pytorch,torchvision]==2.9.15
```

#### Linux, Windows

See [pytorch.org](https://pytorch.org/).


---

# 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.quilt.bio/quilt-2-master/get-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.
