clusterprocessing 0.0 Documentation

Release:0.0.0.dev
Date:October 25, 2013

About

clusterprocessing is a ... written in the Python Programming Language ...

This project is being developed for ...

The overall goal for this project is to ...

Examples

localcluster:

# ...

Features

  • ...

Installation

The simplest and recommended way to install clusterprocessing is with pip. You may install the latest stable release from PyPI with pip:

> pip install clusterprocessing

If you do not have pip, you may use easy_install:

> easy_install clusterprocessing

Alternatively, you may download the source package from the PyPI Page or the Downloads page on the Project Website; extract it and install using:

> python setup.py install

You can also install the latest-development version by using pip or easy_install:

> pip install clusterprocessing==dev

or:

> easy_install clusterprocessing==dev

For further information see the clusterprocessing documentation.

Indices and tables

Table Of Contents

Next topic

Road Map

This Page