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:
@@ -27,7 +27,7 @@ backend. Either include the "amazon_ses" option when you install Anymail:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install django-anymail[amazon_ses]
|
||||
$ pip install "django-anymail[amazon_ses]"
|
||||
|
||||
or separately run `pip install boto3`.
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ backend. Either include the "sparkpost" option when you install Anymail:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install django-anymail[sparkpost]
|
||||
$ pip install "django-anymail[sparkpost]"
|
||||
|
||||
or separately run `pip install sparkpost`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user