From 60bb9dc25592d0ce7857f9fff6c4260221f3fdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 23 Dec 2018 23:31:56 +0200 Subject: [PATCH] More README fixes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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