From 150cbab8ed07557a4dcd65c7bd476321be1ebfc8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Dec 2018 22:41:18 -0500 Subject: [PATCH] updated python install for Mac (#27861) --- guide/english/python/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index aeaac6bfbe..0a483a8ecf 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -28,6 +28,8 @@ Python doesn't ship with Windows. The installer and instructions can be found link +MacOS doesn't come with Python 3 (however Python 2.7 pre-installed by Apple), the installer and instructions can be found here + ## Python Interpreter The Python interpreter is used to run Python scripts.