> ## Documentation Index
> Fetch the complete documentation index at: https://docs.datalinks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the DataLinks Python SDK using pip or uv.

To install the SDK, simply use `pip` or `uv`:

```shell script theme={null}
pip install datalinks
# or
uv add datalinks
```

If you want to install the package in editable development mode (includes pytest, tox, and twine):

1. Clone the repository from your version-control system.
2. Create a virtual environment with your tool of choice.
3. Run the following:

```shell script theme={null}
pip install -e ".[dev]"
# or
uv pip install -e ".[dev]"
```
