# Installation

## Prerequisites

* **Python**: version 3.7 or later
* Your server/device must have access to the **internet**.
* You need the **pip** package installer or **poetry** in your Python environment.

## How to install

Our Python SDK is available on [pypi.org](https://pypi.org/project/flagship/). To install it, simply run the most appropriate following command in your Python environment in a terminal:

### Pip

```shell
pip install flagship
```

### Poetry

```shell
poetry add flagship
```

#### from local sources

```shell
poetry add path_to_flagship_cloned_repository
```


---

# 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.abtasty.com/server-side/sdks/python/python-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.
