> For the complete documentation index, see [llms.txt](https://legacy-docs.aquariumlearning.com/aquarium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aquariumlearning.com/aquarium/python-sdk/working-with-the-sdk.md).

# Working With the SDK

Aquarium provides a Python SDK to make it easy to interact with your team's projects and datasets.&#x20;

We provide specific [guides](/aquarium/integrating-with-aquarium/uploading-data.md) around ingesting your data into the platform, as well as some code snippets to showcase how to work with parts of our SDK.

## Prerequisites

* Python >= 3.6
* Aquarium API Key - follow [this](/aquarium/getting-started/account-setup-and-team-onboarding.md) guide to access it

## Installing the SDK

```
pip install aquariumlearning

# for a specific version
pip install aquariumlearning==version_number
```
