From 31655fbe5db6d2885a800e38197211f76410f683 Mon Sep 17 00:00:00 2001 From: erdtsksn Date: Sat, 13 Oct 2018 20:12:35 +0300 Subject: [PATCH] docs: Update registration install command for zsh why: The zsh cannot process [] character correctly. issue: close #402 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index fa512c5..64d5fb6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,7 +44,7 @@ You're good to go now! Registration (optional) ----------------------- -1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install django-rest-auth[with_social]``. +1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install 'django-rest-auth[with_social]'``. 2. Add ``django.contrib.sites``, ``allauth``, ``allauth.account`` and ``rest_auth.registration`` apps to INSTALLED_APPS in your django settings.py: