@@ -240,18 +240,19 @@ The Node.js project supports Python >= 3 for building and testing.
240
240
241
241
Installation via Linux package manager can be achieved with:
242
242
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 `
248
248
249
249
FreeBSD and OpenBSD users may also need to install ` libexecinfo ` .
250
250
251
251
#### macOS prerequisites
252
252
253
253
* 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.
255
256
256
257
macOS users can install the ` Xcode Command Line Tools ` by running
257
258
` xcode-select --install ` . Alternatively, if you already have the full Xcode
0 commit comments