From 5e986580e8199336e6bd1fb124c38c55723b07e1 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Tue, 3 Jan 2023 21:29:02 +0100 Subject: Change reference to Python version 3.6 from documentation (now 3.7) --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" -- cgit v1.2.1