Skip to content

Commit a8d9f3f

Browse files
authored
Update README with UV installation instructions
Added installation instructions for UV.
1 parent b29f9fd commit a8d9f3f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Think of it like CSV for complex data - keeps the efficiency of tables where it
2424

2525
```bash
2626
pip install zon-format
27+
28+
# Install with UV (5-10x faster than pip)
29+
uv pip install zon-format
30+
31+
# Or for UV-based projects
32+
uv add zon-format
2733
```
2834

2935
> [!TIP]

0 commit comments

Comments
 (0)