From 458bea95258011a5b82d3bb13f48cf8872aa9b50 Mon Sep 17 00:00:00 2001 From: pksinghus Date: Sun, 2 Jun 2019 12:45:58 -0400 Subject: [PATCH] Indicate that the sample works only with Python 2 --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e1c0b3a..0c976a8 100644 --- a/README.MD +++ b/README.MD @@ -23,5 +23,5 @@ You will need to have the latest version of the AWS CLI and maven installed befo 1. [Installing the AWS CLI](http://docs.aws.amazon.com/cli/latest/userguide/installing.html) 2. [Installing Maven](https://maven.apache.org/install.html) 3. [Installing Docker](https://docs.docker.com/engine/installation/) -4. [Installing Python](https://www.python.org/downloads/) +4. [Installing Python](https://www.python.org/downloads/) (Python 2 only) 5. [Installing JQ](https://stedolan.github.io/jq/download/)