You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -140,10 +140,12 @@ Run `bash install-nvidia-driver.sh --help` for more information.
140
140
141
141
## Installation
142
142
143
-
**It is highly recommended to install `nvitop` in an isolated virtual environment.** Simple installation and run via [`pipx`](https://pypa.github.io/pipx):
143
+
**It is highly recommended to install `nvitop` in an isolated virtual environment.** Simple installation and run via [`pipx`](https://pypa.github.io/pipx) or [`uvx`](https://docs.astral.sh/uv/guides/tools) (a.k.a. `uv tool run`):
144
144
145
145
```bash
146
146
pipx run nvitop
147
+
# or
148
+
uvx nvitop
147
149
```
148
150
149
151
You can also set this command as an alias in your shell startup file, e.g.:
0 commit comments