From ba6035c1d157af97e779cb40dabf08ed8c93189f Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Fri, 12 Jan 2018 14:45:36 +0100 Subject: [PATCH] change to python3 in readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e92f697..b0a51a4 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ Tool to publish [etherpad](http://etherpad.org/) pages to files. Requirements ------------- - + * python3 * html5lib * requests (settext) * python-datutil, jinja2 (index subcommand) - Installation ------------- @@ -74,3 +73,9 @@ Feature request from PW: When deleting a previously public document, generate a 3 Nov 2017 --------------- machineresearch seems to be __NOPUBLISH__ but still exists (also in recentchanges) + +Jan 2018 +------------- +Updated files to work with python3 (probably this has broken python2). + +