Getting Started

Install

wheezy-routing requires python version 2.4 to 2.7 or 3.2. It is independent of operating system. You can install it from pypi site using setuptools:

easy_install wheezy-routing

Develop

You can get the source code using mercurial:

hg clone https://bitbucket.org/akorn/wheezy-routing
cd wheezy-routing

Prepare virtualenv environment in env directory and run all tests for python2.6 (default):

make env test VERSION=2.6

You can read how to compile from source code different versions of python in the article published on mind reference blog.

doctest can be run with python3.2:

make env doctest-cover VERSION=3.2

Generate documentation with sphinx:

make doc

If you run into any issue or have comments, go ahead and add on bitbucket.

Table Of Contents

Previous topic

wheezy-routing

Next topic

Examples

This Page