RASP requires:
• Python 2.6 or 2.7; it is not yet compatible with the Python 3.x series.
• Numpy
• Scipy
both Numpy and Scipy must be built against the same Python version that is used to run RASP. RASP should run on any operating system capable of meeting these requirements.
One easy way to get a suitable setup is to install one of the Python distributions intended for scientific computing (making sure you get a Python 2.x version):
• ActiveState ActivePython
• pythonxy
• winpython
• Enthought Canopy
• Anaconda Python
To install RASP on linux or related systems, simply unpack RASP-0.1.tar.gz into a suitable directory on your PYTHONPATH, or:
> tar –zxvf RASP-0.1.tar.gz
> cd RASP-0.1
> python setup.py install
On Windows systems, simply run RASP-0.1.exe