Removed reference to dependency that is not actually needed

This commit is contained in:
Scott Lawson 2017-01-05 04:07:00 -08:00 committed by GitHub
parent 66735ba75d
commit af7c014166

View File

@ -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 Install python dependencies using apt-get
``` ```
sudo apt-get update 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 ## Install ws281x library