docs: prefer uvx over pipx in docs

This commit is contained in:
Xuehai Pan 2025-07-25 00:13:21 +08:00
parent 8a02ca5dc1
commit bc1b075d85
7 changed files with 34 additions and 32 deletions

View file

@ -11,8 +11,8 @@ body:
You may try the latest version of `nvitop` in an isolated environment with the following commands first:
```bash
pip3 install --upgrade pipx
PYTHONFAULTHANDLER=1 pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
pip3 install --upgrade uv
PYTHONFAULTHANDLER=1 uvx --from git+https://github.com/XuehaiPan/nvitop.git nvitop
```
- type: checkboxes

View file

@ -11,8 +11,8 @@ body:
You may try the latest version of `nvitop` in an isolated environment with the following commands first:
```bash
pip3 install --upgrade pipx
PYTHONFAULTHANDLER=1 pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
pip3 install --upgrade uv
PYTHONFAULTHANDLER=1 uvx --from git+https://github.com/XuehaiPan/nvitop.git nvitop
```
- type: checkboxes

View file

@ -11,8 +11,8 @@ body:
You may try the latest version of `nvitop` in an isolated environment with the following commands first:
```bash
pip3 install --upgrade pipx
PYTHONFAULTHANDLER=1 pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
pip3 install --upgrade uv
PYTHONFAULTHANDLER=1 uvx --from git+https://github.com/XuehaiPan/nvitop.git nvitop
```
- type: checkboxes