From ec383cab11b2476af286a835f56237162ae06824 Mon Sep 17 00:00:00 2001 From: David Huser Date: Fri, 13 Dec 2024 16:16:47 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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