Changes between Version 25 and Version 26 of TopdlLibrary


Ignore:
Timestamp:
Aug 15, 2014 2:24:02 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TopdlLibrary

    v25 v26  
    1010The topdl library is available as oart of the DETER module of the DETER federation system.  Any system that has fedd installed will have topdl installed as well.  In particular, {{{users.isi.deterlab.net}}} has the library installed.
    1111
    12 The current version is [attachment:deter-data-4.00.tar.gz version 4.00].
    13 
    14 To install the library separately, get the [attachment:deter-data-4.00.tar.gz source] from this a page and
     12The current version is [attachment:deter-data-4.10.tar.gz version 4.10].
     13
     14To install the library separately, get the [attachment:deter-data-4.10.tar.gz source] from this a page and
    1515and install the {{{deter-data-4.00.tar.gz}}} tar file using a [FeddDownload#DownloadingandInstallingthetarfile similar procedure for installing the fedd tar file]: 
    1616
    1717{{{
    18 $ tar xzf -C /tmp deter-data-4.00.tar.gz
    19 $ cd /tmp/deter-data-4.00
     18$ tar xzf -C /tmp deter-data-4.10.tar.gz
     19$ cd /tmp/deter-data-4.10
    2020$ sudo python ./data-setup.py install
    2121$ cd
    22 $ sudo rm -rf /tmp/deter-data-4.00
     22$ sudo rm -rf /tmp/deter-data-4.10
    2323}}}
    2424
     
    3232from deter import topdl
    3333}}}
     34
     35Version 4.10 will provide most of its functionality without m2crypto or pyasn1 being installed.
    3436
    3537== The Classes ==