| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 78894fa commit d8fa227
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -233,24 +233,26 @@ The Node.js project supports Python >= 3 for building and testing. | |||
| 233 | 233 | ||
| 234 | 234 | #### Unix prerequisites | |
| 235 | 235 | ||
| 236 | - * `gcc` and `g++` >= 8.3 or newer, or | ||
| 236 | + * `gcc` and `g++` >= 8.3 or newer | ||
| 237 | 237 | * GNU Make 3.81 or newer | |
| 238 | 238 | * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) | |
| 239 | + * For test coverage, your Python installation must include pip. | ||
| 239 | 240 | ||
| 240 | 241 | Installation via Linux package manager can be achieved with: | |
| 241 | 242 | ||
| 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` | ||
| 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` | ||
| 247 | 248 | ||
| 248 | 249 | FreeBSD and OpenBSD users may also need to install `libexecinfo`. | |
| 249 | 250 | ||
| 250 | 251 | #### macOS prerequisites | |
| 251 | 252 | ||
| 252 | 253 | * Xcode Command Line Tools >= 11 for macOS | |
| 253 | 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. | ||
| 254 | 256 | ||
| 255 | 257 | macOS users can install the `Xcode Command Line Tools` by running | |
| 256 | 258 | `xcode-select --install`. Alternatively, if you already have the full Xcode | |
| Back | FazBrowse Home | New Git URL |
0 commit comments