Skip to content

Commit

Permalink
docs: Installation -- Python >= v3.12 requires node-gyp >= v10 (#3010)
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 7, 2024
1 parent e1304e8 commit a6b48fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
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 a6b48fc

Please sign in to comment.