diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2014-10-24 17:09:00 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2014-10-24 17:09:00 -0400 |
commit | 86dd32c900bf9c1583f15cba489ea20657039617 (patch) | |
tree | 29a5687e434c1af7d1030927f57636b5d2e913ae /README | |
parent | de25d570aefa1e2bed9b8a33bdd8e200e8227e7b (diff) | |
download | htc_utils-86dd32c900bf9c1583f15cba489ea20657039617.tar.gz |
README edited online with Bitbucket
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,19 +0,0 @@ -# Requirements - - -## Python 2.6.x: - -* argparse >= 1.2 -* multiprocessing >= 2.6 - - -## Python 2.7.x: - -* None, all dependencies are built-in - - -## Python 3.x.x: - -* None, all dependencies are built-in -* Converting the code with 2to3 works perfectly fine. - |