সাহায্য:Pyrap

ডিপথট থেকে
(Pyrap থেকে পুনর্নির্দেশিত)
Documentation: http://www.astron.nl/casacore/trunk/pyrap/docs/

Installation in Ubuntu 13.10

Download from here, extract and go to the directory. Before installing we have to install the prerequisites:

scons

sudo apt-get install scons

boost python

Download boost_python and follow the instructions below to install:

tar --bzip2 -xf /path/to/boost_1_55_0.tar.bz2
cd path/to/boost_1_55_0
sudo ./bootstrap.sh --prefix=path/to/installation/prefix
sudo ./b2 install

casacore

See: Help:Casacore for detailed instructions.