From 034e2e19f3041b93f2ee8909c54c0a1555e0177f Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 11 Feb 2016 10:11:00 -0800 Subject: [PATCH] Note explicit Python 3 support in install docs Refs #1850 --- docs/install.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 067a5cec..6c77342a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,9 +1,8 @@ Installing Pelican ################## -Pelican currently runs best on Python 2.7.x; earlier versions of Python are -not supported. There is provisional support for Python 3.3+, although there may -be rough edges, particularly with regards to optional 3rd-party components. +Pelican currently runs best on Python 2.7.x and 3.3+; earlier versions of +Python are not supported. You can install Pelican via several different methods. The simplest is via `pip `_::