mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Quote package names with extras in installation docs. Fix #118.
This commit is contained in:
parent
803cf465c7
commit
ce3ae85b42
1 changed files with 2 additions and 2 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Reference in a new issue