浏览代码

pyserial module instructions added

Oskari Okko Ojala 8 年之前
父节点
当前提交
d9eff97d52
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -63,6 +63,13 @@ Downloading a number of files, but saving with a different file name.
 ./nodemcu-uploader.py file remove foo.lua
 ```
 
+OS X Python serial module
+----
+To solve "ImportError: No module named serial", install the pyserial module:
+```sh
+python easy_install pyserial
+```
+
 Todo
 ----
 * Speed up the initial step of uploading the script to NodeMCU