mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: add shell quoting to install commands
In docs install examples, show double quotes around package specifiers that include square brackets, to prevent them from being interpreted as shell globs. (Helps with installation on Windows and zsh, e.g.) Closes #188
This commit is contained in:
@@ -77,7 +77,7 @@ or SparkPost or any other supported ESP where you see "mailgun":
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install django-anymail[mailgun]
|
||||
$ pip install "django-anymail[mailgun]"
|
||||
|
||||
(The `[mailgun]` part installs any additional packages needed for that ESP.
|
||||
Mailgun doesn't have any, but some other ESPs do.)
|
||||
|
||||
Reference in New Issue
Block a user