@@ -240,18 +240,19 @@ The Node.js project supports Python >= 3 for building and testing.
240240
241241Installation via Linux package manager can be achieved with:
242242
243- * Ubuntu, Debian: ` sudo apt-get install python3 python3-pip g++ make `
244- * Fedora: ` sudo dnf install python3 python3-pip gcc-c++ make `
245- * CentOS and RHEL: ` sudo yum install python3 python3-pip gcc-c++ make `
246- * OpenSUSE: ` sudo zypper install python3 python3-pip gcc-c++ make `
247- * Arch Linux, Manjaro: ` sudo pacman -S python python-pip gcc make `
243+ * Ubuntu, Debian: ` sudo apt-get install python3 g++ make python3-pip `
244+ * Fedora: ` sudo dnf install python3 gcc-c++ make python3-pip `
245+ * CentOS and RHEL: ` sudo yum install python3 gcc-c++ make python3-pip `
246+ * OpenSUSE: ` sudo zypper install python3 gcc-c++ make python3-pip `
247+ * Arch Linux, Manjaro: ` sudo pacman -S python gcc make python-pip `
248248
249249FreeBSD and OpenBSD users may also need to install ` libexecinfo ` .
250250
251251#### macOS prerequisites
252252
253253* Xcode Command Line Tools >= 11 for macOS
254- * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) with pip installed
254+ * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
255+ * For test coverage, your Python installation must include pip.
255256
256257macOS users can install the ` Xcode Command Line Tools ` by running
257258` xcode-select --install ` . Alternatively, if you already have the full Xcode
0 commit comments