Installation¶
Normally, you will use the version of snappl that is installed in the Roman SNPIT Environment.
You can install snappl into your working environment via pip with:
$ pip install roman_snpit_snappl
You can also clone the snappl archive from the Github repo and work with it there (e.g. using pip install -e . in your git checkout).