Remove outdated references to Python 2.7 in docs

This commit is contained in:
Justin Mayer 2020-08-17 07:14:29 +02:00
commit a0335711af
2 changed files with 3 additions and 5 deletions

View file

@ -8,8 +8,8 @@ Installation
------------
Install Pelican (and optionally Markdown if you intend to use it) on Python
2.7.x or Python 3.5+ by running the following command in your preferred
terminal, prefixing with ``sudo`` if permissions warrant::
3.6+ by running the following command in your preferred terminal, prefixing
with ``sudo`` if permissions warrant::
python -m pip install "pelican[markdown]"