Docs: Encourage to used Python 3

This commit is contained in:
Roland Dobai
2020-02-20 16:00:53 +01:00
parent c65b67115a
commit 5c0cd9417d
23 changed files with 52 additions and 50 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ To compile with ESP-IDF you need to get the following packages:
- Arch::
sudo pacman -S --needed gcc git make ncurses flex bison gperf python2-pyserial python2-click python2-cryptography python2-future python2-pyparsing python2-pyelftools cmake ninja ccache
sudo pacman -S --needed gcc git make ncurses flex bison gperf python-pyserial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja ccache
.. note::
CMake version 3.5 or newer is required for use with ESP-IDF. Older Linux distributions may require updating, enabling of a "backports" repository, or installing of a "cmake3" package rather than "cmake".