From 86dd32c900bf9c1583f15cba489ea20657039617 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 24 Oct 2014 21:09:00 +0000 Subject: README edited online with Bitbucket --- README | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 2b97480..0000000 --- a/README +++ /dev/null @@ -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. - -- cgit