Installation

Install with pip

Simply use pip to install the blingalytics package:

pip install blingalytics

Install from source

Download or clone the source from Github and run setup.py install:

git clone git@github.com:adly/blingalytics.git
cd blingalytics
python setup.py install

Requirements

For a very basic infrastructure, Python is the only dependency:

Some of the caches and sources have other dependencies, but they are only required if you’re actually using those particular source and cache engines. The documentation for that module will specify what its dependencies are, which may include:

Table Of Contents

Previous topic

Blingalytics

Next topic

Development

This Page