Skip to content

Commit

Permalink
📝 Update installation instructions to simplify pip install command (#722
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yezz123 authored Dec 25, 2024
1 parent 12e39e6 commit 18aec77
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 126 deletions.
2 changes: 1 addition & 1 deletion docs/extra/Cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Make sure to have the necessary dependencies installed:
<div class="termy">

```console
$ pip install authx_extra[redis]
$ pip install authx_extra

---> 100%
```
Expand Down
2 changes: 1 addition & 1 deletion docs/extra/Metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Make sure to have the necessary dependencies installed (e.g., `prometheus_client
<div class="termy">

```console
$ pip install authx_extra[prometheus]
$ pip install authx_extra

---> 100%
```
Expand Down
2 changes: 1 addition & 1 deletion docs/extra/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Make sure to have the necessary dependencies installed:
<div class="termy">
```console
$ pip install authx_extra[profiler]
$ pip install authx_extra
---> 100%
```
Expand Down
Loading

0 comments on commit 18aec77

Please sign in to comment.