@@ -235,22 +235,22 @@ The Node.js project supports Python >= 3 for building and testing.
235
235
236
236
* ` gcc ` and ` g++ ` >= 8.3 or newer
237
237
* GNU Make 3.81 or newer
238
- * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
238
+ * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) with pip installed
239
239
240
240
Installation via Linux package manager can be achieved with:
241
241
242
- * Ubuntu, Debian: ` sudo apt-get install python3 g++ make `
243
- * Fedora: ` sudo dnf install python3 gcc-c++ make `
244
- * CentOS and RHEL: ` sudo yum install python3 gcc-c++ make `
245
- * OpenSUSE: ` sudo zypper install python3 gcc-c++ make `
246
- * Arch Linux, Manjaro: ` sudo pacman -S python gcc make `
242
+ * Ubuntu, Debian: ` sudo apt-get install python3 python3-pip g++ make `
243
+ * Fedora: ` sudo dnf install python3 python3-pip gcc-c++ make `
244
+ * CentOS and RHEL: ` sudo yum install python3 python3-pip gcc-c++ make `
245
+ * OpenSUSE: ` sudo zypper install python3 python3-pip gcc-c++ make `
246
+ * Arch Linux, Manjaro: ` sudo pacman -S python python-pip gcc make `
247
247
248
248
FreeBSD and OpenBSD users may also need to install ` libexecinfo ` .
249
249
250
250
#### macOS prerequisites
251
251
252
252
* Xcode Command Line Tools >= 11 for macOS
253
- * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
253
+ * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) with pip installed
254
254
255
255
macOS users can install the ` Xcode Command Line Tools ` by running
256
256
` xcode-select --install ` . Alternatively, if you already have the full Xcode
0 commit comments