File tree 2 files changed +20
-5
lines changed
2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,24 @@ supports the following:
19
19
20
20
If you need only ` modern-di ` without integrations:
21
21
22
- ``` shell
23
- pip install modern-di
24
- uv add modern-di
25
- poetry add modern-di
26
- ```
22
+
23
+ === "uv"
24
+
25
+ ```bash
26
+ uv add modern-di
27
+ ```
28
+
29
+ === "pip"
30
+
31
+ ```bash
32
+ pip install modern-di
33
+ ```
34
+
35
+ === "poetry"
36
+
37
+ ```bash
38
+ poetry add modern-di
39
+ ```
27
40
28
41
If you need to integrate with ` fastapi ` or ` litestar ` , then install ` modern-di-fastapi ` or ` modern-di-litestar ` accordingly.
29
42
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ markdown_extensions:
69
69
anchor_linenums : true
70
70
line_spans : __span
71
71
pygments_lang_class : true
72
+ - pymdownx.tabbed :
73
+ alternate_style : true
72
74
- pymdownx.inlinehilite
73
75
- pymdownx.snippets
74
76
- pymdownx.superfences
You can’t perform that action at this time.
0 commit comments