Преглед на файлове

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