From 4a9f629b79df1e48123b7400a43d03ae2b9bb86b Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 15 Jun 2017 23:12:56 +0200 Subject: [PATCH] Fix python version --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index 0aed73c4..abd2fae0 100644 --- a/tutorial.md +++ b/tutorial.md @@ -18,7 +18,7 @@ Follow one of the chapters below depending on your operating system. ## Linux / \*BSD -First of all, make sure that **python** 3.4 or later and **pip** are +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``.