procgraph 1.1 documentation

Download

Contents

Download

You can download this project in either zip or tar formats. You can also clone the project with Git by running:

$ git clone git://github.com/AndreaCensi/procgraph

Install

Install using:

$ python setup.py install

This command will also install the requirements pyparsing, numpy, setproctitle, termcolor, if they are not already installed.

unit tests

It is a good idea to run the unit tests using the command:

$ python setup.py nosetests

(This assume that nose is installed.)

Contents