Skip to content

Commit a6b48fc

Browse files
authored
docs: Installation -- Python >= v3.12 requires node-gyp >= v10 (#3010)
We are getting a lot of issues opened on this topic so add it to our installation instructions. * #2869 > [!Important] > Python >= v3.12 requires `node-gyp` >= v10
1 parent e1304e8 commit a6b48fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ All current and LTS target versions of Node.js are supported. Depending on what
2121

2222
## Installation
2323

24+
> [!Important]
25+
> Python >= v3.12 requires `node-gyp` >= v10
26+
2427
You can install `node-gyp` using `npm`:
2528

2629
``` bash

0 commit comments

Comments
 (0)