From 789c42abcdbbd4caf32da48537bf7d4225879181 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Wed, 13 May 2020 21:57:51 +0200 Subject: [PATCH] Add another case and recomendation to use Python 3 instead of Python 2 --- docs/en/get-started/linux-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/linux-setup.rst b/docs/en/get-started/linux-setup.rst index 80fcc75b1d..69efe04918 100644 --- a/docs/en/get-started/linux-setup.rst +++ b/docs/en/get-started/linux-setup.rst @@ -35,7 +35,7 @@ With some Linux distributions you may get the ``Failed to open port /dev/ttyUSB0 Setting up Python 3 as default for Ubuntu and Debian ---------------------------------------------------- -Ubuntu and Debian are still providing Python 2.7 as the default interpreter. Python 3 can be installed as follows:: +Ubuntu and Debian are still providing Python 2.7 as the default interpreter but some required packages may be missing for newer distributions. Python 3 is recommended and can be installed as follows:: sudo apt-get install python3 python3-pip python3-setuptools