From 89b4d5e62a03a4e968b6b73409e6291ede27920c Mon Sep 17 00:00:00 2001 From: PiotrRybak Date: Sun, 31 Oct 2021 15:16:49 +0900 Subject: [PATCH] doc: put information about pip in sub-bullet --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 7036ab286e8d0b..1cace136900550 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -235,7 +235,8 @@ The Node.js project supports Python >= 3 for building and testing. * `gcc` and `g++` >= 8.3 or newer * GNU Make 3.81 or newer -* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) with pip installed +* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) + * For test coverage, your Python installation must include pip. Installation via Linux package manager can be achieved with: