Install

Install spectate with pip:

pip install spectate

Development

If you’d like to work with the source code, then clone the repository from github:

git clone git@github.com:rmorshea/spectate.git && cd spectate

And do an editable install with pip that includes requirements.txt:

pip install -e . -r requirements.txt