pip or uv:
script
- Clone the repository from your version-control system.
- Create a virtual environment with your tool of choice.
- Run the following:
script
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the DataLinks Python SDK using pip or uv.
pip or uv:
pip install datalinks
# or
uv add datalinks
pip install -e ".[dev]"
# or
uv pip install -e ".[dev]"