Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 520 Bytes

File metadata and controls

15 lines (10 loc) · 520 Bytes

scarecrow

Back to root

Installation

To install scarecrow first create a conda/mamba environment. After creating the environment, activate it, and install the dependencies.

mamba create --name scarecrow python=3.12
mamba activate scarecrow
pip install git+https://github.com/MorganResearchLab/scarecrow.git

Whenever using scarecrow ensure that the environment is first activated (mamba activate scarecrow).