Change reference to Python version 3.6 from documentation (now 3.7)

This commit is contained in:
Jorge Maldonado Ventura 2023-01-03 21:29:02 +01:00
commit 5e986580e8

View file

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