Contents
Accessing PyTables packages
Stable Versions
The stable versions of PyTables live in the stable PyTables repository.
You may be interested to easy_install the latest released stable version:
$ easy_install tables
Or, you may prefer to easy_install the stable version in SVN repository instead. For example, for the stable 2.2 series, you can do:
$ easy_install http://pytables.org/svn/pytables/branches/std-2.2
Preliminary and Evaluation Versions
Versions previous to a final release and meant for broad testing are available in the preliminary PyTables repository.
An evaluation version for PyTablesPro can be found in the evaluation PyTables Pro repository. Be sure to read the evaluation license before using this version.
Bleeding Edge Versions
The latest, coolest, and possibly buggiest
sources can be obtained from the daily PyTables repository snapshots.
or, if you like to live dangereously, you can easy_install the SVN trunk:
$ easy_install http://pytables.org/svn/pytables/trunk
Subversion Repository
The latest stable branch is available in http://pytables.org/svn/pytables/branches/std-2.2:
$ svn co http://pytables.org/svn/pytables/branches/std-2.2
You can follow minute-by-minute development by checking out the Subversion repository:
$ svn co http://pytables.org/svn/pytables/trunk
