Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a19170e

Browse filesBrowse files
bl-uedanielleadams
authored andcommitted
doc: clarify that only one Python version is required to build
PR-URL: #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>
1 parent f817c2d commit a19170e
Copy full SHA for a19170e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The Node.js project supports Python >= 3 for building and testing.
234234

235235
* `gcc` and `g++` >= 8.3 or newer, or
236236
* GNU Make 3.81 or newer
237-
* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
237+
* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
238238

239239
Installation via Linux package manager can be achieved with:
240240

@@ -249,7 +249,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
249249
#### macOS prerequisites
250250

251251
* Xcode Command Line Tools >= 11 for macOS
252-
* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
252+
* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
253253

254254
macOS users can install the `Xcode Command Line Tools` by running
255255
`xcode-select --install`. Alternatively, if you already have the full Xcode

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.