From 113ac32e7ca4386d42e05caa005c897d676f18e4 Mon Sep 17 00:00:00 2001 From: Guille Date: Fri, 26 Jun 2020 11:15:35 -0400 Subject: [PATCH] Update 'WINDOWS_INSTALL.md' --- WINDOWS_INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WINDOWS_INSTALL.md b/WINDOWS_INSTALL.md index cae47d43..78c43400 100644 --- a/WINDOWS_INSTALL.md +++ b/WINDOWS_INSTALL.md @@ -1,3 +1,10 @@ +# Prepare your environment. + +Download the latest version of python and Mycrosoft c++ redistributable + +* [Microsoft C++ redistributable](https://www.microsoft.com/en-ca/download/details.aspx?id=48145) +* [Python environment](https://www.python.org/downloads/) + # Get the code. 1. First thing you will need is an editor for your source code, that's a personal choice, but we would like to recomend PyCharm community edition, a wonderful open source python editor