diff --git a/README.md b/README.md index 2606659..2d86618 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,18 @@ Some highlights: Some KiCad screenshots: - + ## Install +Install dependencies on an Ubuntu 18.04 box: + +```bash +apt install -y python3-pip wget picocom make +pip3 install adafruit-ampy esptool +``` + Boot ESP8266 with program pin held low and flash MicroPython: ```bash