Installation

Prerequisites

  • Python 2.7 with pip installed

Optional requirements

To use some of the included plugins, you might want to install the following dependencies:

Installing from PyPi

This will grab the latest release and install all Python dependencies:

$ sudo pip install spreads

Installing from GitHub

Like from PyPi, only using the development version from GitHub (might break, use with caution!):

$ sudo pip install git+git://github.com/jbaiter/spreads.git@master
Fork me on GitHub