Skip to content

Installation

Requirements

  • Python 3.10+

Core Installation

pip install ddacs

This includes all core dependencies: numpy, pandas, h5py, matplotlib, and CLI tools.

PyTorch Integration

To use DDACSDataset with PyTorch, install PyTorch separately following the official instructions for your system and CUDA version.

# Example for CPU-only
pip install torch

# For CUDA versions, see https://pytorch.org/get-started/locally/