Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbl-ue <bl-ue@users.noreply.github.com>2021-06-01 19:44:39 +0300
committerZiJian Liu <Lxxyxzj@gmail.com>2021-06-11 09:17:48 +0300
commit864195bac9dc77d09d2fa36c17644ba10b914130 (patch)
tree22be845b9f1ed06b09269700aa128f979025dfc3 /BUILDING.md
parent5e5bb6933818c935a5915eb99195b23f6079b755 (diff)
doc: clarify that only one Python version is required to build
PR-URL: https://github.com/nodejs/node/pull/38894 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 6ebe84f6e1a..d8041d684d9 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -234,7 +234,7 @@ The Node.js project supports Python >= 3 for building and testing.
* `gcc` and `g++` >= 8.3 or newer, or
* GNU Make 3.81 or newer
-* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
+* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
Installation via Linux package manager can be achieved with:
@@ -249,7 +249,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
#### macOS prerequisites
* Xcode Command Line Tools >= 11 for macOS
-* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
+* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
macOS users can install the `Xcode Command Line Tools` by running
`xcode-select --install`. Alternatively, if you already have the full Xcode