From 9a7dd16b76b44cdb83b1c4f097fb1100cb31dab1 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 3 Jan 2020 11:35:37 +1100 Subject: [PATCH] doc: remove backticks from Python version list Reviewed-By: Richard Lau Reviewed-By: Christian Clauss PR-URL: https://github.com/nodejs/node-gyp/pull/2011 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c15d33b48..79abf4ba71 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ Depending on your operating system, you will need to install: ### On Unix - * `Python v2.7, v3.5, v3.6, or v3.7` + * Python v2.7, v3.5, v3.6, or v3.7 * `make` * A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org) ### On macOS - * `Python v2.7, v3.5, v3.6, or v3.7` + * Python v2.7, v3.5, v3.6, or v3.7 * [Xcode](https://developer.apple.com/xcode/download/) * You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`. * If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).