mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use more reliable installation command in docs
Some shell environments may interpret brackets as glob patterns. Wrapping the argument in quotation marks should help ensure correct behavior in those environments. Refs #2786
This commit is contained in:
parent
26a8909580
commit
863421b1b8
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue