diff options
Diffstat (limited to 'libraries/pytables/README')
-rw-r--r-- | libraries/pytables/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/pytables/README b/libraries/pytables/README index c0d4b4e3fc..b5d3203f6e 100644 --- a/libraries/pytables/README +++ b/libraries/pytables/README @@ -12,8 +12,9 @@ PyTables has been designed to fulfill the next requirements: 4. Most of the I/O operations speed should be only limited by the underlying I/O subsystem. 5. Enable the end user to save large datasets in a efficient - way, i.e. each single byte of data on disk has to be represented - by one byte plus a small fraction when loaded in memory. + way, i.e. each single byte of data on disk has to be + represented by one byte plus a small fraction when loaded + in memory. -It depends on "numpy" and "hdf5" packages, both of which are -available from SlackBuilds.org +This requires numpy and hdf5, both of which are available from +SlackBuilds.org. |