From 0fd454a72bc002124742d47febef651f93a458dd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 5 Feb 2014 10:23:21 -0500 Subject: Revised format --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 1c664fb..2b97480 100644 --- a/README +++ b/README @@ -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. -- cgit