Skip to content

Commit 17e0ee0

Browse files
docs: Add 'uvx' and 'pixi exec' examples to README
* Show how to use 'uvx', 'pipx', and 'pixi exec' to be able to access and use the CLI API without having to explicitly install into an environment.
1 parent 439897c commit 17e0ee0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,25 @@ skhep-testdata --all --dir local
7373

7474
Note: The `scikit-hep-testdata` and `skhep-testdata` command-line tools are the equivalent of `python -m skhep_testdata`.
7575

76-
You can also use `pipx run scikit-hep-testdata` to access the above CLI without installing.
76+
You can also use any of the following to access the above CLI without installing.
77+
78+
* uv:
79+
80+
```
81+
uvx scikit-hep-testdata
82+
```
83+
84+
* pipx:
85+
86+
```
87+
pipx run scikit-hep-testdata
88+
```
89+
90+
* Pixi:
91+
92+
```
93+
pixi exec scikit-hep-testdata
94+
```
7795

7896

7997
## Adding new files

0 commit comments

Comments
 (0)