Skip to content

Commit 95d14ce

Browse files
committed
doc: remove backticks from Python version list
Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com> PR-URL: #2011
1 parent e8f9bee commit 95d14ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Depending on your operating system, you will need to install:
3131

3232
### On Unix
3333

34-
* `Python v2.7, v3.5, v3.6, or v3.7`
34+
* Python v2.7, v3.5, v3.6, or v3.7
3535
* `make`
3636
* A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org)
3737

3838
### On macOS
3939

40-
* `Python v2.7, v3.5, v3.6, or v3.7`
40+
* Python v2.7, v3.5, v3.6, or v3.7
4141
* [Xcode](https://developer.apple.com/xcode/download/)
4242
* 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`.
4343
* If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).

0 commit comments

Comments
 (0)