summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Maldonado Ventura <jorgesumle@freakspot.net>2023-01-03 21:29:02 +0100
committerJorge Maldonado Ventura <jorgesumle@freakspot.net>2023-01-03 21:29:02 +0100
commit5e986580e8199336e6bd1fb124c38c55723b07e1 (patch)
tree66558be1c7295f57b78460aa5c5896887d51ac98
parentf015ab89d9ab71cd337eddd9124c18c948eeee0d (diff)
downloadpelican-5e986580e8199336e6bd1fb124c38c55723b07e1.tar.gz
Change reference to Python version 3.6 from documentation (now 3.7)
-rw-r--r--docs/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index ddc42651..f1198b94 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -8,7 +8,7 @@ Installation
------------
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::
python -m pip install "pelican[markdown]"