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:
@@ -12,7 +12,7 @@ To use Anymail in your Django project:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install django-anymail[sendgrid,sparkpost]
|
||||
$ pip install "django-anymail[sendgrid,sparkpost]"
|
||||
|
||||
The `[sendgrid,sparkpost]` part of that command tells pip you also
|
||||
want to install additional packages required for those ESPs.
|
||||
|
||||
Reference in New Issue
Block a user