README: Add python-serial and git to dependency list.

Suggested in https://github.com/pfalcon/esp-open-sdk/pull/57 .
This commit is contained in:
Paul Sokolovsky 2015-07-03 21:24:46 +03:00
parent e5c1eb746c
commit 37d8095b63

View File

@ -40,7 +40,8 @@ tools installed: gcc, binutils, flex, bison, etc.
## Ubuntu 14.04
```
$ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
flex bison texinfo gawk ncurses-dev libexpat-dev python sed
flex bison texinfo gawk ncurses-dev libexpat-dev python python-serial sed \
git
```
## MacOS: