0.Copyright

cVXI11.pyx, cVXI11.pxd, VXI11.i and setup.py is written by Noboru Yamamoto, KEK, JAPAN.

(C) 2009-2013 Noboru Yamamoto

1. Files
This package contains :
README
VXI11.rpcl
cVXI11.pyx
cVXI11.pxd
setup.py

and some helper files.

2. How to build
You must have rpcgen command, Cython, and python running on your system.

The following sequence of commands will build and install VXI11 module in your python
interpreter.

%python setup.py build
%python setup.py install 

or 

%sudo python setup.py install 
