# 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](https://legacy-docs.aquariumlearning.com/aquarium/integrating-with-aquarium/uploading-data) 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](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/account-setup-and-team-onboarding) guide to access it

## Installing the SDK

```
pip install aquariumlearning

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