mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Document supported Python versions
This commit is contained in:
parent
679d4aa801
commit
7364f77c0c
1 changed files with 10 additions and 2 deletions
|
|
@ -4,8 +4,13 @@ Getting started
|
||||||
Installing Pelican
|
Installing Pelican
|
||||||
==================
|
==================
|
||||||
|
|
||||||
You're ready? Let's go! You can install Pelican via several different methods.
|
Pelican currently runs best on Python 2.7.x; earlier versions of Python are not
|
||||||
The simplest is via `pip <http://www.pip-installer.org/>`_::
|
supported. There is provisional support for Python 3.2 and higher, although
|
||||||
|
there may be rough edges, particularly with regards to optional 3rd-party
|
||||||
|
components.
|
||||||
|
|
||||||
|
You can install Pelican via several different methods. The simplest is via
|
||||||
|
`pip <http://www.pip-installer.org/>`_::
|
||||||
|
|
||||||
$ pip install pelican
|
$ pip install pelican
|
||||||
|
|
||||||
|
|
@ -13,6 +18,9 @@ If you don't have ``pip`` installed, an alternative method is ``easy_install``::
|
||||||
|
|
||||||
$ easy_install pelican
|
$ easy_install pelican
|
||||||
|
|
||||||
|
(Keep in mind that operating systems will often require you to prefix the above
|
||||||
|
commands with ``sudo`` in order to install Pelican system-wide.)
|
||||||
|
|
||||||
While the above is the simplest method, the recommended approach is to create
|
While the above is the simplest method, the recommended approach is to create
|
||||||
a virtual environment for Pelican via virtualenv_ and virtualenvwrapper_ before
|
a virtual environment for Pelican via virtualenv_ and virtualenvwrapper_ before
|
||||||
installing Pelican. Assuming you've followed the virtualenvwrapper
|
installing Pelican. Assuming you've followed the virtualenvwrapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue