esptool.py doesn't execute in Windows,
and after installing Python for Windows, I am now receiving :
Pyserial is not installed for C:\Users\User\AppData\Local\Programs\Python\Python37\pythonw.exe. Check the README for installation instructions.
Traceback (most recent call last):
File "C:/Temp/test.py", line 38, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
And so the headf*ck begins...
I would go ahead and install a Linux box at home, but then upon install I'd probably have a missing library or dependency, and if I should go ask for help, well i'd be told to go read the docs. You know how it is.
