Changes between Version 24 and Version 25 of TopdlLibrary


Ignore:
Timestamp:
Jul 22, 2014 11:34:07 AM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TopdlLibrary

    v24 v25  
    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 To install the library separately, follow the [FeddDownload#GitAccess instructions for getting fedd from git], make the distribution, and install the {{{deter-data-}}}''version''{{{.tar.gz}}} tar file using the [FeddDownload#DownloadingandInstallingthetarfile same procedure for installing the fedd tar file].  Installing all of fedd will work as well, of course.
     12The current version is [attachment:deter-data-4.00.tar.gz version 4.00].
     13
     14To install the library separately, get the [attachment:deter-data-4.00.tar.gz source] from this a page and
     15and install the {{{deter-data-4.00.tar.gz}}} tar file using a [FeddDownload#DownloadingandInstallingthetarfile similar procedure for installing the fedd tar file]: 
     16
     17{{{
     18$ tar xzf -C /tmp deter-data-4.00.tar.gz
     19$ cd /tmp/deter-data-4.00
     20$ sudo python ./data-setup.py install
     21$ cd
     22$ sudo rm -rf /tmp/deter-data-4.00
     23}}}
     24
     25[FeddDownload Installing all of fedd] will work as well, of course.
    1326
    1427Once the library is installed, python programs can access it by: