Installation#
Pip/Conda#
stampede is not yet available on pip/conda.
Developer installation#
Clone the repo
git clone https://github.com/siebrenf/stampede.git
Create a conda environment
conda env create -n stampede -f stampede/requirements.yaml
Activate the conda environment
conda activate stampede
Install the package
pip install -e stampede