Skip to content

Commit

Permalink
Quote package names with extras in installation docs. Fix #118.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 1, 2016
1 parent 803cf46 commit ce3ae85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -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::
Expand Down

0 comments on commit ce3ae85

Please sign in to comment.