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. |
| 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 |
| 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 | |
| 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. |