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:
Roland Dobai
2018-09-07 08:44:19 +02:00
parent 17ac4bad73
commit 5eb452f72e
7 changed files with 10 additions and 6 deletions

View File

@@ -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::