From d5fa987d3b40d76b8f60c22dd9437da4385d658e Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Mon, 30 Jul 2018 09:31:10 +0100 Subject: [PATCH] Differentiate between Mac/Linux and Windows users for installing Python --- general/setup/tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/general/setup/tutorial.md b/general/setup/tutorial.md index b545e86e..7a0823a8 100644 --- a/general/setup/tutorial.md +++ b/general/setup/tutorial.md @@ -67,4 +67,6 @@ $ sudo pacman -S ruby ## Python (optional) -Python usually comes with your operating system. Your coach will show you how to use it to run execute Python code. +For Mac and Linux users, Python usually comes with your operating system. Your coach will show you how to use it to run execute Python code. + +For Windows users, Python will need to be installed. Your coach will show you how to install this.