mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
docs: prefer uvx over pipx in docs
This commit is contained in:
parent
8a02ca5dc1
commit
bc1b075d85
7 changed files with 34 additions and 32 deletions
4
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
4
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/questions.yaml
vendored
4
.github/ISSUE_TEMPLATE/questions.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue