Skip to content

Commit

Permalink
README.md: Installation -- Python >= v3.12 requires node-gyp >= v10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cclauss committed Apr 5, 2024
1 parent 9fd7936 commit d45b174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ All current and LTS target versions of Node.js are supported. Depending on what

## Installation

> [!Important]
> Python >= v3.12 requires `node-gyp` >= v10
You can install `node-gyp` using `npm`:

``` bash
Expand Down

0 comments on commit d45b174

Please sign in to comment.