Skip to content

Commit 0e43f61

Browse files
authored
fix(docs): Add running gyp via uv (#306)
https://docs.astral.sh/uv/
1 parent 2ea7c2c commit 0e43f61

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Documents are available at [`./docs`](./docs).
66
__gyp-next__ is [released](https://github.com/nodejs/gyp-next/releases) to the [__Python Packaging Index__](https://pypi.org/project/gyp-next) (PyPI) and can be installed with the command:
77
* `python3 -m pip install gyp-next`
88

9-
When used as a command line utility, __gyp-next__ can also be installed with [pipx](https://pypa.github.io/pipx):
10-
* `pipx install gyp-next`
9+
When used as a command line utility, __gyp-next__ can also be installed with [pipx](https://pypa.github.io/pipx) or [uv](https://docs.astral.sh/uv):
10+
* `pipx install gyp-next ` # --or--
11+
* `uv tool install gyp-next`
1112
```
1213
Installing to a new venv 'gyp-next'
1314
installed package gyp-next 0.13.0, installed using Python 3.10.6
@@ -17,7 +18,8 @@ done! ✨ 🌟 ✨
1718
```
1819

1920
Or to run __gyp-next__ directly without installing it:
20-
* `pipx run gyp-next --help`
21+
* `pipx run gyp-next --help ` # --or--
22+
* `uvx --from=gyp-next gyp --help`
2123
```
2224
NOTE: running app 'gyp' from 'gyp-next'
2325
usage: usage: gyp [options ...] [build_file ...]

0 commit comments

Comments
 (0)