From a4aa4e3fc9ccd44ce076de56fca09677a59bb1d5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 24 Oct 2014 18:10:39 -0400 Subject: Add CLI logging to condor_batch --- README | 19 ------------------- README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 README create mode 100644 README.md 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. - diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b97480 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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