Skip to content

Installation

Local Install

The recommended way to install shadie is to use conda. This will ensure that all dependencies, including an up-to-date version of SLiM, are also installed.

# recommended installation method (installs shadie and slim>=4.2)
conda install shadie -c conda-forge

Alternatively, for developers:

conda install shadie -c conda-forge --only-deps
git clone https://github.com/elissasoroj/shadie.git
cd ./shadie/
pip install -e . --no-deps

Troubleshooting

If you need help, please use the Discussions on GitHub. If you want to request a feature or report a bug, please open an issue.