From c0ae0a10a7f215f9a99de731d58da426d13d52eb Mon Sep 17 00:00:00 2001 From: Marco Emilio Poleggi <marcoep@gmail.com> Date: Wed, 23 Sep 2020 18:39:28 +0200 Subject: [PATCH] Other doc fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d41fcc6..b268b8e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Python 3. $ sudo apt-get update $ sudo apt-get install git pip python-setuptools ``` -Make sure you got Python 3: +**N.B.** Python 3 is now the default interpreter in most recent Linux +distributions. Do not use Python 2! If unsure, check with: ```shell $ python -V ``` -- GitLab