Merge pull request #3085 from jorgesumle/deprecate-36

This commit is contained in:
Justin Mayer 2023-01-30 00:23:56 +01:00 committed by GitHub
commit 7850153c54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ 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
3.6+ by running the following command in your preferred terminal, prefixing 3.7+ by running the following command in your preferred terminal, prefixing
with ``sudo`` if permissions warrant:: with ``sudo`` if permissions warrant::
python -m pip install "pelican[markdown]" python -m pip install "pelican[markdown]"