************ 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 4. Create a new environment using venv, mamba, conda or your preferred tool:: mamba create --name scallops python=3.12 5. Activate the environment:: mamba activate scallops 6. Install SCALLOPS:: pip install -r requirements.txt -e . .. _Mamba: https://mamba.readthedocs.io/en/latest/installation.html .. _Conda: https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html