You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to run the esp8266test.py script, but there is a missing dependency (The "serial" module).
I did not know that I needed to install this module. An indication that this module is needed, and how to install it, would be helpful in the readme of this project.
The text was updated successfully, but these errors were encountered:
Just install pyserial librarie using the following command : pip install pyserial
If you are on a Mac, you should install pip using : sudo easy_install pip
I was hoping to run the esp8266test.py script, but there is a missing dependency (The "serial" module).
I did not know that I needed to install this module. An indication that this module is needed, and how to install it, would be helpful in the readme of this project.
The text was updated successfully, but these errors were encountered: