mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
Add required Python packages
On some systems pip and setuptools are no longer installed as dependencies of the python packages. This commit adds the requirement for these packages.
This commit is contained in:
@@ -12,7 +12,7 @@ To compile with ESP-IDF you need to get the following packages:
|
||||
|
||||
- Ubuntu and Debian::
|
||||
|
||||
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
|
||||
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-pip python-setuptools python-serial
|
||||
|
||||
- Arch::
|
||||
|
||||
|
Reference in New Issue
Block a user