You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/12/17 19:49:59 UTC

[mesos] branch master updated: Added Python 3 installation to the macOS building documentation.

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a0044f  Added Python 3 installation to the macOS building documentation.
1a0044f is described below

commit 1a0044f5fe3489f75c5d83d3d7690242d9e19045
Author: bmahler <bm...@apache.org>
AuthorDate: Mon Dec 17 14:49:53 2018 -0500

    Added Python 3 installation to the macOS building documentation.
---
 docs/building.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/building.md b/docs/building.md
index adfbd9c..9bcfa06 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -72,6 +72,8 @@ Following are the instructions for stock Ubuntu 16.04. If you are using a differ
 
 Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.
 
+* Install Python 3: https://www.python.org/downloads/
+
     # Install Command Line Tools. The Command Line Tools from XCode >= 8.0 are required.
     $ xcode-select --install