Please install in development mode as this package is updated very frequently
and it is being planned and developed at the same time (it is an urgent 
requirement for another project)

Requirements
------------

To install you need:

python 2.6
linux

Portability
-----------

Mac OS X is supported but you need to change the following:

In setup.py

change line 55 to:
          Extension('uart', ['src/uartmodule.c'])

In src/uartmodule.c

Change line 1 to:
#include <util.h>

Other unixes may require similar changes.

Installation
------------

To install in development mode run:

python2.6 setup.py develop

Package is going to be installed in development mode, you can now run:

armsim command



