summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLucas Cimon <lucas.cimon@gmail.com>2019-09-23 19:38:18 +0200
committerGitHub <noreply@github.com>2019-09-23 19:38:18 +0200
commit589a31ddd0d447934b7cf09d8675bb0c73a92d90 (patch)
tree872614e7711f8d16066fc8879331eeb893eef82e /docs
parent7f4e614bb8f7f43b8419c896ee0cd1bedd4e0a9c (diff)
downloadpelican-589a31ddd0d447934b7cf09d8675bb0c73a92d90.tar.gz
Pushing Python compatibility to Python 3.5+
Diffstat (limited to 'docs')
-rw-r--r--docs/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 4e6714b4..4ad9416f 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
-2.7.x or Python 3.3+ by running the following command in your preferred
+2.7.x or Python 3.5+ by running the following command in your preferred
terminal, prefixing with ``sudo`` if permissions warrant::
pip install pelican markdown