Installation

Requirements

  • Python 3.11.x (tested with 3.11.7)

  • UV (recommended) or Conda

Option 2: Conda (Alternative)

# Create and activate environment
conda env create -f environment.yml
conda activate simba

# Install the module
pip install -e .

Note for macOS users:

brew install xz

Verify Installation

simba --version