summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2022-07-07 21:33:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-07 22:14:59 +0000
commit9f22c1117b12b829ba5aeed1d270ffb96a1355f0 (patch)
tree97ef5456ec157c5509e4590152c6bb3a026d0e40 /docs
parent338062b6a22668dcb1cf919de5dd2e9f3eea0221 (diff)
downloadmongo-9f22c1117b12b829ba5aeed1d270ffb96a1355f0.tar.gz
SERVER-64811 Revise build docs for newer OSX
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/building.md b/docs/building.md
index 278671124ce..e40334b5445 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -43,9 +43,9 @@ Python Prerequisites
---------------
In order to build MongoDB, Python 3.7+ is required, and several Python
-modules must be installed. Note that on macOS the system python is
-still python2. You will need to use homebrew or macports or similar to
-obtain python3.
+modules must be installed. Python 3 is included in macOS 10.15 and later.
+For earlier macOS versions, Python 3 can be installed using Homebrew or
+MacPorts or similar.
To install the required Python modules, run: