https://desertbot.io/blog/ssh-into-pi-zero-over-usb
$ ssh [email protected]
$ passwd
$ sudo apt-get update
$ sudo apt-get upgrade
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py $ python get-pip.py
$ pip install blinkytape $ pip install pyserial
$ wget https://raw.githubusercontent.com/Blinkinlabs/BlinkyTape_Python/master/flash_example.py
$ python flash_example.py