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
Copy file name to clipboardExpand all lines: How-to-Contribute.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ You'll need the following tools:
16
16
- If using `nvm`, consider updating your default node installation with `nvm alias default <VERSION>`
17
17
- Windows: do not pick the option to install Windows Build Tools, see the step below for instructions
18
18
-[Python](https://www.python.org/downloads/) (required for node-gyp; check the [node-gyp readme](https://github.com/nodejs/node-gyp#installation) for the currently supported Python versions)
19
-
-**Note:** make sure `python` can run from a command line prompt without error
19
+
- Make sure `python` can run from a command line prompt without error
20
+
- Your Python version may not come with all the proper utilities, it is recommended to install the `setuptools` package (`pip install setuptools`) otherwise you may get difficult to debug errors.
20
21
- A C/C++ compiler tool chain for your platform:
21
22
-**Windows 10/11 (x64 or ARM64)**
22
23
- Install the Visual C++ Build Environment by either installing the [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) or the [Visual Studio Community Edition](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community). The minimum workload to install is `Desktop Development with C++`. But there are additional components from "Individual components":
0 commit comments