Browse Source

pyserial module instructions added

Oskari Okko Ojala 8 years ago
parent
commit
d9eff97d52
1 changed files with 7 additions and 0 deletions
  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