jackw01 / led-control

Advanced WS2812/SK6812 RGB/RGBW LED controller with on-the-fly Python animation programming, web code editor/control interface, 1D, 2D, and 3D display support, and E1.31 sACN support
https://jackw01.github.io/led-control/
MIT License
162 stars 35 forks source link

Installation not working #34

Closed ascheier closed 2 years ago

ascheier commented 2 years ago

I'm very new to LEDs to please bear with me. I have a raspberry pi 3B+ running python 3.7.4 and when I try to install this, I always get the same error code at the same step. When I type git checkout tags/v2.0.0 I always get the error: fatal: not a git repository (or any of the parent directories): .git Any help is greatly appreciated.

jackw01 commented 2 years ago

The order of instructions in the readme was wrong, run cd led-control before checking out v2.0.0.

ascheier commented 2 years ago

I thought I tried that earlier but I just tried it again and it worked. Thanks.