pimoroni / unicorn-hat

Python library for Unicorn pHAT and HAT. 32 or 64 blinding ws2812 pixels for your Raspberry Pi
https://shop.pimoroni.com/products/unicorn-hat
MIT License
370 stars 130 forks source link

Updated README.md #92

Closed tkisason closed 7 years ago

tkisason commented 7 years ago

I added the need to install python-setuptools (line 38) because you cannot run python setup.py without setuptools, adding that one package makes the rest of the guide work normally. Tested on default raspbian install.

Gadgetoid commented 7 years ago

Was that with Raspbian Lite?

tkisason commented 7 years ago

yes

On Jan 5, 2017 13:15, "Philip Howard" notifications@github.com wrote:

Was that with Raspbian Lite?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pimoroni/unicorn-hat/pull/92#issuecomment-270631227, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjPZBA1scyB9J5qfBk4yBofcZBelWnGks5rPN7MgaJpZM4LYRz0 .

Gadgetoid commented 7 years ago

Drat! It's definitely light!

Good spot, and thank you!