From 5a09428fd557d91d16ddd505fdbe1505070f580e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 5 Aug 2020 06:54:59 +0200 Subject: [PATCH] Node-gyp supports both Python and legacy Python PR-URL: https://github.com/npm/cli/pull/1614 Credit: @cclauss Close: #1614 Reviewed-by: @ruyadorno --- docs/content/cli-commands/npm.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/cli-commands/npm.md b/docs/content/cli-commands/npm.md index 2d9789dd77c1c..d95d24f7e0f76 100644 --- a/docs/content/cli-commands/npm.md +++ b/docs/content/cli-commands/npm.md @@ -60,8 +60,7 @@ requires compiling of C++ Code, npm will use [node-gyp](https://github.com/nodejs/node-gyp) for that task. For a Unix system, [node-gyp](https://github.com/nodejs/node-gyp) needs Python, make and a buildchain like GCC. On Windows, -Python and Microsoft Visual Studio C++ are needed. Python 3 is -not supported by [node-gyp](https://github.com/nodejs/node-gyp). +Python and Microsoft Visual Studio C++ are needed. For more information visit [the node-gyp repository](https://github.com/nodejs/node-gyp) and the [node-gyp Wiki](https://github.com/nodejs/node-gyp/wiki).