From b29179865d069d348729fb51e85a20be19611a85 Mon Sep 17 00:00:00 2001 From: Sanjana Date: Mar 06 2019 21:34:47 +0000 Subject: Changed prerequisite from Python3 to Python2 in documentation. Added a note as per the syntax in Sphinx. --- diff --git a/docs/setup/development_windows.rst b/docs/setup/development_windows.rst index 4f624d2..c513f10 100644 --- a/docs/setup/development_windows.rst +++ b/docs/setup/development_windows.rst @@ -10,7 +10,12 @@ Prerequisites You will need the following programs installed on your system before proceeding with the setup. #. `Git `_ -#. `Python `_ (version >= 3.5) +#. `Python `_ (version = 2.7) + +.. note:: + We will be soon migrating to `Python `_ (version >=3.5) as Python 2.7 will reach end of support in 2020. More details can be found `here `_. + + #. `Docker Desktop for Windows `_ (Download, installation, and run instructions available) #. Docker Compose (Docker Compose is included as part of Docker Desktop, but if you still need to download it, you can do it from `here `_)