Skip to content

Commit f2093b3

Browse files
authored
Add uv installation instructions to docs (#424)
1 parent 3c52184 commit f2093b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/plugins/main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ def install_logfire(markdown: str, page: Page) -> str:
127127
```bash
128128
poetry add {package}
129129
```
130+
131+
=== "uv"
132+
```bash
133+
uv add {package}
134+
```
130135
"""
131136
if not extras:
132137
instructions += """

0 commit comments

Comments
 (0)