document python requirements

This commit is contained in:
Mark Andrews 2016-05-26 15:40:30 +10:00
parent 513b35b9a7
commit 5d2ab9b4b4

3
README
View file

@ -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.