Installation

Requirements

This packages has the following strict requirements:

You can use pip to install these automatically using the pip-requirements.txt file (from the root of the project):

pip install -r pip-requirements.txt

Installing

Development repository

The latest development version of superfreq can be cloned from GitHub using git:

git clone git://github.com/adrn/superfreq.git

Building and Installing

To build the project (from the root of the source tree, e.g., inside the cloned superfreq directory):

python setup.py build

To install the project:

python setup.py install