Quote package names with extras in installation docs. Fix #118.

This commit is contained in:
Jannis Leidel 2016-01-01 12:35:46 +01:00
parent 803cf465c7
commit ce3ae85b42

View file

@ -16,11 +16,11 @@ Install from PyPI the backend specific variant of django-constance:
For the (default) Redis backend::
pip install django-constance[redis]
pip install "django-constance[redis]"
For the database backend::
pip install django-constance[database]
pip install "django-constance[database]"
Alternatively -- if you're sure that the dependencies are already
installed -- you can also run::