From a19170eb9deb094e65099e94260850b15fadc6cb Mon Sep 17 00:00:00 2001 From: bl-ue Date: Tue, 1 Jun 2021 12:44:39 -0400 Subject: [PATCH] doc: clarify that only one Python version is required to build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/38894 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Harshitha K P Reviewed-By: Darshan Sen Reviewed-By: Zijian Liu --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 6ebe84f6e1aad5..d8041d684d988b 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