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
* You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`.
42
+
* Python v3.7, v3.8, v3.9, or v3.10
43
+
*`XCode Command Line Tools` which will install `clang`, `clang++`, and `make`.
44
+
* Install the `XCode Command Line Tools` standalone by running `xcode-select --install`. -- OR --
45
+
* Alternatively, if you already have the [full Xcode installed](https://developer.apple.com/xcode/download/), you can install the Command Line Tools under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`.
46
+
45
47
46
48
### On Windows
47
49
48
-
Install the current version of Python from the [Microsoft Store package](https://docs.python.org/3/using/windows.html#the-microsoft-store-package).
50
+
Install the current version of Python from the [Microsoft Store package](https://www.microsoft.com/en-us/p/python-310/9pjpw5ldxlz5).
49
51
50
52
Install tools and configuration manually:
51
53
* Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
@@ -59,8 +61,8 @@ Install tools and configuration manually:
59
61
60
62
### Configuring Python Dependency
61
63
62
-
`node-gyp` requires that you have installed a compatible version of Python, one of: v3.6, v3.7,
63
-
v3.8, or v3.9. If you have multiple Python versions installed, you can identify which Python
64
+
`node-gyp` requires that you have installed a compatible version of Python, one of: v3.7, v3.8,
65
+
v3.9, or v3.10. If you have multiple Python versions installed, you can identify which Python
64
66
version `node-gyp` should use in one of the following ways:
65
67
66
68
1. by setting the `--python` command-line option, e.g.:
0 commit comments