Installation
note
The Dagger Python SDK requires Python 3.10 or later. Using a virtual environment is recommended.
Install the Dagger Python SDK in your project's virtual environment using PyPI or Conda (from the conda-forge channel):
- PyPI
- Conda
pip install dagger-io
conda install dagger-io