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:
medmunds
2020-07-22 13:41:52 -07:00
parent 35792354b3
commit a68938bdc6
4 changed files with 4 additions and 4 deletions

View File

@@ -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`.