Skip to content

Commit 9aed628

Browse files
mmarchinirvagg
authored andcommitted
doc: give more attention to Catalina issues doc
It's easy to miss the Catalina issues doc when reading the readme. Since it can be a common issue among developers, it makes sense to give more attention to it in the readme. PR-URL: #2134 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Christian Clauss <[email protected]>
1 parent 963f2a7 commit 9aed628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ Depending on your operating system, you will need to install:
3737

3838
### On macOS
3939

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

4546
### On Windows
4647

0 commit comments

Comments
 (0)