diff --git a/README.md b/README.md index b427b33..b4c0991 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,18 @@ python -k ba001 Note that Python 3.8 or greater is required. +## Installation + +```bash +pip install dash-auth +``` + +for additional OIDC support: + +```bash +pip install "dash-auth[oidc]" +``` + ## Usage ### Basic Authentication