diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2014-02-05 10:23:21 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2014-02-05 10:23:21 -0500 |
commit | 0fd454a72bc002124742d47febef651f93a458dd (patch) | |
tree | 91a47e565764473ded4fa87c8dad21b9b9f6df4d | |
parent | 8c6f4dd14a861afd1f9d1aaab49d552bd9995ce1 (diff) | |
download | htc_utils-0fd454a72bc002124742d47febef651f93a458dd.tar.gz |
Revised format
-rw-r--r-- | README | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,13 +1,19 @@ --- Requirements -- +# Requirements + + +## Python 2.6.x: -Python 2.6.x: * argparse >= 1.2 * multiprocessing >= 2.6 -Python 2.7.x: + +## Python 2.7.x: + * None, all dependencies are built-in -Python 3.x.x: + +## Python 3.x.x: + * None, all dependencies are built-in * Converting the code with 2to3 works perfectly fine. |