Skip to content

Commit

Permalink
docs(example): pip install extras
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Dec 22, 2023
1 parent 53f5901 commit 4982485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django-allauth example application in this directory:
$ cd django-allauth/example
$ virtualenv venv
$ . venv/bin/activate
$ pip install ..
$ pip install ..[mfa,saml]

Now we need to create the database tables and an admin user.
Run the following and when prompted to create a superuser choose yes and
Expand Down

0 comments on commit 4982485

Please sign in to comment.