1
0
Fork 0
forked from github/pelican

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
##################
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 <http://www.pip-installer.org/>`_::