summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-01-30 00:23:56 +0100
committerGitHub <noreply@github.com>2023-01-30 00:23:56 +0100
commit7850153c54e9295e73ffb42710b0b809c6ed096a (patch)
tree22cc5ad773ada19cde0650732f79bb171a29c974
parent504bfcf70355041a6e252c0f9cd76c88778731c7 (diff)
parent5e986580e8199336e6bd1fb124c38c55723b07e1 (diff)
downloadpelican-7850153c54e9295e73ffb42710b0b809c6ed096a.tar.gz
Merge pull request #3085 from jorgesumle/deprecate-36
-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]"