change to python3 in readme

This commit is contained in:
Michael Murtaugh 2018-01-12 14:45:36 +01:00
parent 3a7195d4af
commit ba6035c1d1

View File

@ -6,12 +6,11 @@ Tool to publish [etherpad](http://etherpad.org/) pages to files.
Requirements Requirements
------------- -------------
* python3
* html5lib * html5lib
* requests (settext) * requests (settext)
* python-datutil, jinja2 (index subcommand) * python-datutil, jinja2 (index subcommand)
Installation Installation
------------- -------------
@ -74,3 +73,9 @@ Feature request from PW: When deleting a previously public document, generate a
3 Nov 2017 3 Nov 2017
--------------- ---------------
machineresearch seems to be __NOPUBLISH__ but still exists (also in recentchanges) machineresearch seems to be __NOPUBLISH__ but still exists (also in recentchanges)
Jan 2018
-------------
Updated files to work with python3 (probably this has broken python2).