From 5d2ab9b4b4071d74f792f8fde29de1b1df0e7792 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 26 May 2016 15:40:30 +1000 Subject: [PATCH] document python requirements --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 3ab119df2a..465a68e3b3 100644 --- a/README +++ b/README @@ -298,6 +298,9 @@ Building a nonstandard prefix, you can tell configure where to look for it using "--with-openssl=/prefix". + Python requires 'argparse' to be available. 'argparse' is + a standard module as of Python 2.7 and Python 3.2. + On some platforms it is necessary to explicitly request large file support to handle files bigger than 2GB. This can be done by "--enable-largefile" on the configure command line.