1
0
Fork 0
forked from github/pelican

Remove outdated references to Python 2.7 in docs

This commit is contained in:
Justin Mayer 2020-08-17 07:14:29 +02:00
commit a0335711af
2 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,7 @@
Installing Pelican Installing Pelican
################## ##################
Pelican currently runs best on Python 2.7.x and 3.5+; earlier versions of Pelican currently runs best on 3.6+; earlier versions of Python are not supported.
Python are not supported.
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 <https://pip.pypa.io/en/stable/>`_:: `pip <https://pip.pypa.io/en/stable/>`_::
@ -75,7 +74,6 @@ automatically installed without any action on your part:
broadcast signaling system broadcast signaling system
* `unidecode <https://pypi.org/project/Unidecode/>`_, for ASCII * `unidecode <https://pypi.org/project/Unidecode/>`_, for ASCII
transliterations of Unicode text transliterations of Unicode text
* `six <https://pypi.org/project/six/>`_, for Python 2 and 3 compatibility
utilities utilities
* `MarkupSafe <https://pypi.org/project/MarkupSafe/>`_, for a markup safe * `MarkupSafe <https://pypi.org/project/MarkupSafe/>`_, for a markup safe
string implementation string implementation

View file

@ -8,8 +8,8 @@ Installation
------------ ------------
Install Pelican (and optionally Markdown if you intend to use it) on Python Install Pelican (and optionally Markdown if you intend to use it) on Python
2.7.x or Python 3.5+ by running the following command in your preferred 3.6+ by running the following command in your preferred terminal, prefixing
terminal, prefixing with ``sudo`` if permissions warrant:: with ``sudo`` if permissions warrant::
python -m pip install "pelican[markdown]" python -m pip install "pelican[markdown]"