From c46d610142658bed2f0ffa472433d9b1a1246d1d Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 21 Apr 2018 16:17:40 +0200 Subject: [PATCH] Recommend python >= 3.6 --- tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial.md b/tutorial.md index d73c4f56..9497475e 100644 --- a/tutorial.md +++ b/tutorial.md @@ -18,9 +18,9 @@ Follow one of the chapters below depending on your operating system. ## Linux / \*BSD -First of all, make sure that **python** 3.3 or later and **pip** are -installed. On most distributions it should be enough to install the package -``python3-pip``. +First of all, make sure that **python** 3.3 or later (**python** ≥ 3.6 is +recommended) and **pip** are installed. On most distributions it should be +enough to install the package ``python3-pip``. Then open a console and type: