We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01202ab commit 1d299fcCopy full SHA for 1d299fc
README.org
@@ -20,12 +20,19 @@ It is recommended to use [[https://github.com/astral-sh/uv][uv]] for user and de
20
21
** User
22
23
-The package is not yet available in PyPI but the command line programs can be used like:
+You can use "uv run" to run the command line programs "live":
24
25
#+begin_example
26
uv run --with git+https://github.com/wirecell/wire-cell-python wirecell-util --help
27
#+end_example
28
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
36
** Developer
37
38
0 commit comments