diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-11 22:24:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:24:17 +0200 |
commit | 46d0dad7c8ee34d47e18e68a7a31a61d3395f7c3 (patch) | |
tree | 36692f741e76aa8d82dbeec466bd486178ae7130 /libraries/pytables/README | |
parent | e4326b0bb4d2aad583e4fee0c1c2f9c436d81181 (diff) | |
download | slackbuilds-46d0dad7c8ee34d47e18e68a7a31a61d3395f7c3.tar.gz |
libraries/pytables: Updated for version 2.0.4
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. |