We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d299fc commit fe36b27Copy full SHA for fe36b27
1 file changed
README.org
@@ -33,6 +33,18 @@ uv tool install git+https://github.com/wirecell/wire-cell-python
33
wirecell-util --help
34
#+end_example
35
36
+To later upgrade
37
+
38
+#+begin_example
39
+uv tool upgrade wirecell
40
+#+end_example
41
42
+Or to later uninstall
43
44
45
+uv tool uninstall wirecell
46
47
48
** Developer
49
50
#+begin_example
@@ -42,6 +54,13 @@ uv sync
54
uv run wirecell-util --help
55
56
57
+This will use a local virtualenv which does not require explicit activation when
58
+using ~uv run~. Or, you may do the usual
59
60
61
+source .venv/bin/activate
62
+wirecell-util --help
63
64
65
* Command line interfaces
66
0 commit comments