From 94294610e97847b619e0d2fa9e42d42d8937fb19 Mon Sep 17 00:00:00 2001 From: Linda Date: Sat, 6 May 2023 18:41:28 +0800 Subject: [PATCH] docs: update installation prerequisites for Ubuntu and Debian system --- docs/en/get-started/linux-macos-setup.rst | 2 +- docs/zh_CN/get-started/linux-macos-setup.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get-started/linux-macos-setup.rst b/docs/en/get-started/linux-macos-setup.rst index db815fc0f9..68d0c653bb 100644 --- a/docs/en/get-started/linux-macos-setup.rst +++ b/docs/en/get-started/linux-macos-setup.rst @@ -34,7 +34,7 @@ To compile using ESP-IDF you will need to get the following packages. The comman - Ubuntu and Debian:: - sudo apt-get install git wget flex bison gperf python3 python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 + sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 - CentOS 7 & 8:: diff --git a/docs/zh_CN/get-started/linux-macos-setup.rst b/docs/zh_CN/get-started/linux-macos-setup.rst index 65ddf24ada..2ada7763db 100644 --- a/docs/zh_CN/get-started/linux-macos-setup.rst +++ b/docs/zh_CN/get-started/linux-macos-setup.rst @@ -34,7 +34,7 @@ Linux 用户 - Ubuntu 和 Debian:: - sudo apt-get install git wget flex bison gperf python3 python3-venv python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 + sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 - CentOS 7 & 8::