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.orgarrow-up-right. To install it, simply run the most appropriate following command in your Python environment in a terminal:

Pip

pip install flagship

Poetry

poetry add flagship

from local sources

poetry add path_to_flagship_cloned_repository

Last updated

Was this helpful?