Changes between Version 11 and Version 12 of pyRAF


Ignore:
Timestamp:
04/18/06 16:48:09 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyRAF

    v11 v12  
    2222that you follow the order in which they are listed below:
    2323
    24     * IRAF
    25     * TABLES/STSDAS v3.4
    26     * Tcl/Tk - v8.3 or higher
    27     * Readline
    28     * Python - v2.3 or higher (with readline and _tkinter modules enabled)
    29     * Numeric - v23.8
    30     * libf2c (Note: the package on our web site has a change that allows it to work on 64bit Linux platforms)
    31     * Pmw 1.2
     24 * IRAF
     25 * TABLES/STSDAS v3.4
     26 * Tcl/Tk - v8.3 or higher
     27 * Readline
     28 * Python - v2.3 or higher (with readline and _tkinter modules enabled)
     29 * Numeric - v23.8
     30 * libf2c (Note: the package on our web site has a change that allows it to work on 64bit Linux platforms)
     31 * Pmw 1.2
    3232
    3333Some platforms have most of these packages already installed in their system directories.
     
    5757
    5858
    59 Readline5:
     59'''Readline5:'''
    6060
    6161cdelacruz@metis:~$ sudo apt-get install libreadline5 
     
    6464
    6565       
    66 Numeric:
     66'''Numeric:'''
    6767
    6868cdelacruz@metis:~$ sudo apt-get install python2.4-numeric 
     
    7373In addition Pydrizzle/Multidrizzle require:
    7474
    75 Pmw:
     75'''Pmw:'''
    7676
    7777
     
    8787
    8888       
    89 libf2c:
     89'''libf2c:'''
    9090
    9191f2c - A FORTRAN 77 to C/C++ translator, plus static & shared libs.