Note explicit Python 3 support in install docs

Refs #1850
This commit is contained in:
Justin Mayer 2016-02-11 10:11:00 -08:00
commit 034e2e19f3

View file

@ -1,9 +1,8 @@
Installing Pelican Installing Pelican
################## ##################
Pelican currently runs best on Python 2.7.x; earlier versions of Python are Pelican currently runs best on Python 2.7.x and 3.3+; earlier versions of
not supported. There is provisional support for Python 3.3+, although there may Python are not supported.
be rough edges, particularly with regards to optional 3rd-party components.
You can install Pelican via several different methods. The simplest is via You can install Pelican via several different methods. The simplest is via
`pip <http://www.pip-installer.org/>`_:: `pip <http://www.pip-installer.org/>`_::