Installation
PyPI Release
Install SCALLOPS using your favorite environment manager:
pip install scallops
Developer Instructions
Clone the repository:
git clone https://github.com/Genentech/scallops.git
Change to the scallops directory:
cd scallops
Create a new environment using venv, mamba, conda or your preferred tool:
mamba create --name scallops python=3.12
Activate the environment:
mamba activate scallops
Install SCALLOPS:
pip install -r requirements.txt -e .