@jcverie
Two that can trip you up in particular 1) you need to make sure that your python install path is in the system path, otherwise you can't access python - but this doesn't seem to be an issue in your case, as you were able to access it without changing to the python install directory. 2) You need to install PySerial - as is documented on the
wiki page. Since you're running Windows 10, you can use the
windows installer linked on that page. Make sure you right click on the installer and choose 'Run as Administrator', as you will get error messages from the installer otherwise. That should be all you need to do get it working. That was all I needed on a Windows 10 system without any prior python / ESP related install.
Pete