Skip to content

Commit e474e98

Browse files
bl-uerichardlau
authored andcommitted
doc: clarify that only one Python version is required to build
PR-URL: #38894 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent 547f88b commit e474e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ test with Python 3.
238238
* GNU Make 3.81 or newer
239239
* Python (see note above)
240240
* Python 2.7
241-
* Python 3.5, 3.6, 3.7, and 3.8
241+
* Python 3.5, 3.6, 3.7, or 3.8
242242

243243
Installation via Linux package manager can be achieved with:
244244

@@ -255,7 +255,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
255255
* Xcode Command Line Tools >= 10 for macOS
256256
* Python (see note above)
257257
* Python 2.7
258-
* Python 3.5, 3.6, 3.7, and 3.8
258+
* Python 3.5, 3.6, 3.7, or 3.8
259259

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

0 commit comments

Comments
 (0)