Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 346 Bytes

isic2024-scd

Setup

  1. Create a conda environment. Modify the conda environment as needed.
    conda create -n isic2024_scd python=3.10
  2. Activate the conda environment
    conda activate isic2024_scd
  3. Install the required packages
    poetry install --no-root --with dev,lint