瀏覽代碼

Merge branch 'feature/another_python3_recomedation' into 'master'

Add another case and recomendation to use Python 3 instead of Python 2

Closes DOC-167

See merge request espressif/esp-idf!8733
Krzysztof Budzynski 5 年之前
父節點
當前提交
45b59f134b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/get-started/linux-setup.rst

+ 1 - 1
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