Skip to main content
To install the SDK, simply use pip or uv:
script
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:
script
pip install -e ".[dev]"
# or
uv pip install -e ".[dev]"