Skip to content

Commit 1d299fc

Browse files
committed
Add user running examples
1 parent 01202ab commit 1d299fc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.org

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ It is recommended to use [[https://github.com/astral-sh/uv][uv]] for user and de
2020

2121
** User
2222

23-
The package is not yet available in PyPI but the command line programs can be used like:
23+
You can use "uv run" to run the command line programs "live":
2424

2525
#+begin_example
2626
uv run --with git+https://github.com/wirecell/wire-cell-python wirecell-util --help
2727
#+end_example
2828

29+
Or to install as a "uv tool"
30+
31+
#+begin_example
32+
uv tool install git+https://github.com/wirecell/wire-cell-python
33+
wirecell-util --help
34+
#+end_example
35+
2936
** Developer
3037

3138
#+begin_example

0 commit comments

Comments
 (0)