aboutsummaryrefslogtreecommitdiff
path: root/libraries/pytables/README
diff options
context:
space:
mode:
authorLukenShiro <lukenshiro@ngi.it>2010-05-11 22:24:17 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:24:17 +0200
commit46d0dad7c8ee34d47e18e68a7a31a61d3395f7c3 (patch)
tree36692f741e76aa8d82dbeec466bd486178ae7130 /libraries/pytables/README
parente4326b0bb4d2aad583e4fee0c1c2f9c436d81181 (diff)
downloadslackbuilds-46d0dad7c8ee34d47e18e68a7a31a61d3395f7c3.tar.xz
libraries/pytables: Updated for version 2.0.4
Diffstat (limited to 'libraries/pytables/README')
-rw-r--r--libraries/pytables/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/pytables/README b/libraries/pytables/README
index c0d4b4e3fcd6..b5d3203f6e38 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.