From 941ab957bc7474aad197a99108528e80c4868d1b Mon Sep 17 00:00:00 2001 From: Andrew Collette Date: Tue, 7 Apr 2015 15:50:50 -0600 Subject: [PATCH] Document runtime dependence on six --- README.rst | 1 + docs/build.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 7bc130328..50a3b808d 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,7 @@ You need, at a minimum: * Python 2.6, 2.7, 3.2, 3.3, or 3.4 * NumPy 1.6.1 or later +* The "six" package for Python 2/3 compatibility To build on UNIX: diff --git a/docs/build.rst b/docs/build.rst index f1bcdce6b..f626b45e7 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -23,6 +23,7 @@ You will need: * Python 2.6, 2.7, 3.2, 3.3 or 3.4 (from Python.org) * NumPy 1.6.1 or newer + * The "six" Python 2/3 compatibility package Download the installer from http://www.h5py.org and run it. HDF5 is included.