pennersr/django-allauth

Documentation for installing mfa has slight issue

techsavvyme opened this issue · 1 comments

The following pip command in the documentation for installing MFA did not work for me:

pip install django-allauth[mfa]

Figured out after a while that quotes were needed:

pip install 'django-allauth[mfa]'

Maybe lack of experience with using pip, but thought maybe you'd want the documentation to be corrected.

Thanks, fixed via 19c71a2