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
------------
The only mandatory dependency is `Python`_ 2.6 or greater. However, it is
highly recommended you use Python 3.4 or greater.
The only mandatory dependency is Python 3.4 or greater.
You may also install chardet and feedparser, which are used by Limnoria if
they are available.
The remaining of this guide will assume you have Python 3. If you don't,
replace `python3` by `python` in the given commands
The remaining of this guide will assume you have Python 3.
.. _Python: http://www.python.org/