goliatone / wee-things-workshop

A tutorial of little connected things
6 stars 6 forks source link

python, pip and pyserial dependency #16

Open alnjxn opened 8 years ago

alnjxn commented 8 years ago

README should add dependencies for python and pyserial

goliatone commented 8 years ago

Yes, python and PySerial are indirect dependencies, from node-esp. One reason we say this is, for now, a Mac OS only workshop is that it has Python installed already.

node-esp has a post install script that checks for PySerial and if it's not present it should install it. Now that I think about it, it uses pip which is not the default installer, it should use easy_install instead. I will open an issue against node-esp