Skip to content

Commit

Permalink
docs(esp32): Add python-pip as required package on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
redfast00 committed Mar 6, 2025
1 parent a6c3a9c commit 08b6f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/get-started/linux-macos-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CentOS 7 is still supported but CentOS version 8 is recommended for a better use

- Arch::

sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb
sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb python-pip

.. note::
- CMake version 3.16 or newer is required for use with ESP-IDF. Run "tools/idf_tools.py install cmake" to install a suitable version if your OS versions does not have one.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/get-started/linux-macos-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Linux 用户

- Arch::

sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb
sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb python-pip

.. note::
- 使用 ESP-IDF 需要 CMake 3.16 或以上版本。较早的 Linux 发行版可能需要升级自身的软件源仓库,或开启 backports 套件库,或安装 "cmake3" 软件包(不是安装 "cmake")。
Expand Down

0 comments on commit 08b6f60

Please sign in to comment.