From 11a386fed40be70185140285b485f00be16ad388 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 30 Jul 2018 18:10:00 +0200 Subject: [PATCH] tools: require python 3.6 --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 1042831365..da935f4642 100644 --- a/tools/README.md +++ b/tools/README.md @@ -62,4 +62,4 @@ following subcommands: List of Python requiremens for all tools in `pip` format. Set up your environment with `pip3 install -r requirements.txt`, or `pipenv install -r requirements.txt`. -Python 3 is required, recommended is 3.6 or higher. +Python 3.6 or higher is required.