# 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
```
