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: gyp/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ Documents are available at [`./docs`](./docs).
6
6
__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:
7
7
*`python3 -m pip install gyp-next`
8
8
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`
11
12
```
12
13
Installing to a new venv 'gyp-next'
13
14
installed package gyp-next 0.13.0, installed using Python 3.10.6
@@ -17,10 +18,11 @@ done! ✨ 🌟 ✨
17
18
```
18
19
19
20
Or to run __gyp-next__ directly without installing it:
0 commit comments