Command line Interface for vturra that retrieves result from vtu and analyzes it.
The following packages should be installed using the operating system packet manager for linux. These packages are required for compiling and building numpy and scipy.
libatlas-base-devliblapack-devgfortran
For Windows libatlas-base-dev and liblapack-dev are available at ATLAS and LAPACK websites.You can follow this guide.
numpy,scipy and pandas take quite time to build and install. So instaed of installing the above pre-requesites installing the packages python-scipy,python-numpy directly using the operating system packet manager would reduce the compile,build time and it will satisfy the above dependencies.
Run python setup.py install from the package directory vturra
vturra [year] [stream]
vturra 11 cs would retrieve the results of computer science stream of year 2011
