Getting started

The stable version of sospice is available through PyPI via pip,

pip install sospice

You can also install the development version from Github,

git clone https://github.com/solo-spice/sospice.git
cd sospice
pip install -e .

If you will be developing sospice, please see the Contributing page.