use/install: we now require Python 3.4+

This commit is contained in:
James Lu 2020-03-18 23:57:19 -07:00
parent 64c444e025
commit dddb9f1a26

View File

@ -109,14 +109,12 @@ If you followed the section above, skip this one.
Dependencies Dependencies
------------ ------------
The only mandatory dependency is `Python`_ 2.6 or greater. However, it is The only mandatory dependency is Python 3.4 or greater.
highly recommended you use Python 3.4 or greater.
You may also install chardet and feedparser, which are used by Limnoria if You may also install chardet and feedparser, which are used by Limnoria if
they are available. they are available.
The remaining of this guide will assume you have Python 3. If you don't, The remaining of this guide will assume you have Python 3.
replace `python3` by `python` in the given commands
.. _Python: http://www.python.org/ .. _Python: http://www.python.org/