Changes between Version 25 and Version 26 of TopdlLibrary
- Timestamp:
- Aug 15, 2014 2:24:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TopdlLibrary
v25 v26 10 10 The 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. 11 11 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 and12 The current version is [attachment:deter-data-4.10.tar.gz version 4.10]. 13 14 To install the library separately, get the [attachment:deter-data-4.10.tar.gz source] from this a page and 15 15 and install the {{{deter-data-4.00.tar.gz}}} tar file using a [FeddDownload#DownloadingandInstallingthetarfile similar procedure for installing the fedd tar file]: 16 16 17 17 {{{ 18 $ tar xzf -C /tmp deter-data-4. 00.tar.gz19 $ cd /tmp/deter-data-4. 0018 $ tar xzf -C /tmp deter-data-4.10.tar.gz 19 $ cd /tmp/deter-data-4.10 20 20 $ sudo python ./data-setup.py install 21 21 $ cd 22 $ sudo rm -rf /tmp/deter-data-4. 0022 $ sudo rm -rf /tmp/deter-data-4.10 23 23 }}} 24 24 … … 32 32 from deter import topdl 33 33 }}} 34 35 Version 4.10 will provide most of its functionality without m2crypto or pyasn1 being installed. 34 36 35 37 == The Classes ==