Skip to content

Commit a87d0bf

Browse files
authored
refine readme Visual C++ Build Environment text for clarity (#2965)
* refine readme text for clarity * refine readme Visual C++ build env for clarity
1 parent c24cead commit a87d0bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ Install the current [version of Python](https://devguide.python.org/versions/) f
4949
[Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation).
5050

5151
Install tools and configuration manually:
52-
* Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
53-
(using "Visual C++ build tools" if using a version older than VS2019, otherwise use "Desktop development with C++" workload) or [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community)
54-
(using the "Desktop development with C++" workload)
52+
* Install Visual C++ Build Environment: For Visual Studio 2019 or later, use the `Desktop development with C++` workload from [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community). For a version older than Visual Studio 2019, install [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) with the `Visual C++ build tools` option.
5553

5654
If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips.
5755

0 commit comments

Comments
 (0)