Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No indication of required dependencies #4

Open
rmbishop opened this issue Feb 27, 2016 · 1 comment
Open

No indication of required dependencies #4

rmbishop opened this issue Feb 27, 2016 · 1 comment

Comments

@rmbishop
Copy link

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.

@spawnrider
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants