From d1aee647108903ea781613bc5832751a61350317 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Thu, 12 Mar 2015 21:52:24 +0800 Subject: [PATCH] Fix package future dependency. --- .travis.yml | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45aedeab..eaf5abc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: cpp before_install: -- sudo apt-get install -y python-serial srecord +- sudo apt-get install -y python-serial srecord python-pip +- sudo pip install future install: - wget https://github.com/GeorgeHahn/nodemcu-firmware/raw/travis/tools/esp-open-sdk.tar.gz -O tools/esp-open-sdk.tar.gz - tar -zxvf tools/esp-open-sdk.tar.gz diff --git a/README.md b/README.md index 75a21312..72c8862c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ home: [nodemcu.com](http://www.nodemcu.com)
bbs: [Chinese bbs](http://bbs.nodemcu.com)
Tencent QQ group: 309957875
+# Attention +If you want to use esptool.py or make, please `sudo pip install future` first. + # Summary - Easy to access wireless router - Based on Lua 5.1.4 (without *io, math, debug, os* module.)