From af7c0141662563818a0871b81cdfbaccc3dc9dad Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Thu, 5 Jan 2017 04:07:00 -0800 Subject: [PATCH] Removed reference to dependency that is not actually needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f9612..fd13f87 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ For the NodeMCU v3 and Adafruit Feather HUZZAH, the location of the RX1 pin is s Install python dependencies using apt-get ``` sudo apt-get update -sudo apt-get install python-numpy python-scipy python-pyaudio python-skimage +sudo apt-get install python-numpy python-scipy python-pyaudio ``` ## Install ws281x library