Installation

PyPI Release

Install SCALLOPS using your favorite environment manager:

pip install scallops

Developer Instructions

  1. Clone the repository:

    git clone https://github.com/Genentech/scallops.git
    
  2. Change to the scallops directory:

    cd scallops
    
  1. Create a new environment using venv, mamba, conda or your preferred tool:

    mamba create --name scallops python=3.12
    
  2. Activate the environment:

    mamba activate scallops
    
  3. Install SCALLOPS:

    pip install -r requirements.txt -e .