mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +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:
@@ -17,7 +17,7 @@ To compile with ESP-IDF you need to get the following packages:
|
||||
|
||||
- Ubuntu and Debian::
|
||||
|
||||
sudo apt-get install git wget libncurses-dev flex bison gperf python python-serial cmake ninja-build ccache
|
||||
sudo apt-get install git wget libncurses-dev flex bison gperf python python-pip python-setuptools python-serial cmake ninja-build ccache
|
||||
|
||||
- Arch::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user