Add extra/optional Markdown dependency to setup.py

- Modify documentation to use the extra dependency in order to install
the recommended markdown package version.
This commit is contained in:
David Alfonso 2019-10-09 11:08:39 +02:00
commit bc450b3339
3 changed files with 13 additions and 2 deletions

View file

@ -11,7 +11,7 @@ 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
terminal, prefixing with ``sudo`` if permissions warrant::
pip install pelican markdown
pip install pelican[Markdown]
Create a project
----------------