Sfoglia il codice sorgente

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

Suggested in https://github.com/pfalcon/esp-open-sdk/pull/57 .
Paul Sokolovsky 10 anni fa
parent
commit
37d8095b63
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      README.md

+ 2 - 1
README.md

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