From f24aea19abe8731cabecbb530d5044594b1888f4 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 4 Feb 2014 22:22:55 +0000 Subject: Initial commit --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1c664fb --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +-- 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. + -- cgit