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.gitWhenever using scarecrow ensure that the environment is first activated (mamba activate scarecrow).
