Menu

Installing RASP

Chris MacRaild

Installing RASP

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

Download RASP:



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


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.