From ba2d101ce8480e0560aa50cfa741f2f10c491995 Mon Sep 17 00:00:00 2001 From: kapilkd13 Date: Fri, 28 Jul 2017 23:51:52 +0530 Subject: [PATCH] removing python 3 status from windows documentation --- windowsdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windowsdoc.md b/windowsdoc.md index 57e5b038c..cb116256a 100644 --- a/windowsdoc.md +++ b/windowsdoc.md @@ -21,7 +21,7 @@ You can install cwltool using pip or directly from source code. Before installing cwltool, please install: -* [Python 2 or 3](https://www.python.org/downloads/windows/) +* [Python 2](https://www.python.org/downloads/windows/) * [Docker](https://docs.docker.com/docker-for-windows/install/) * [Node.js](https://nodejs.org/en/download/) (optional, please install if your workflows or tools contain [Javascript Expressions](http://www.commonwl.org/v1.0/CommandLineTool.html#InlineJavascriptRequirement))