Skip to content

Commit 85969cf

Browse files
authored
docs: add installation instructions for uv tool (#211)
1 parent 8227b49 commit 85969cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tpchgen-cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ blog](https://datafusion.apache.org/blog/2025/04/10/fastest-tpch-generator/) to
2525
pip install tpchgen-cli
2626
```
2727

28+
## Install via `uv`
29+
30+
```shell
31+
uv tool install tpchgen-cli
32+
```
33+
2834
## Install via Rust
2935

3036
[Install Rust](https://www.rust-lang.org/tools/install) and compile

0 commit comments

Comments
 (0)