Skip to content

Installation

Requirements

  • Python 3.10 or higher
  • pip, uv, or another Python package manager

Basic Installation

Install the core SDK:

uv add stardag
pip install stardag

Optional Extras

Stardag provides optional extras for specific integrations:

uv add stardag[s3,modal]

Enables S3 Targets and Modal execution.

pip install stardag[s3,modal]

Enables S3 Targets and Modal execution.

Verify Installation

import stardag as sd

print(sd.__version__)

What's Next?

Continue to Quick Start to create your first task.