Skip to content

Commit 7e3086c

Browse files
committed
Updated README.md
1 parent 3710c34 commit 7e3086c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# RPi WS281x Python
22

3-
This is an unofficial Python distribution of the ws281x library: http://github.com/richardghirst/rpi_ws281x
3+
This is the official Python distribution of the ws281x library: http://github.com/richardghirst/rpi_ws281x
44

5-
It's intended to support the Unicorn HAT library, but can be used for driving other WS281x-based LED projects.
5+
# Installing
66

7-
### Based Upon rpi_ws281x
7+
## From pip
88

9-
`unicornhat` is based upon a modified, Pi 2/3 compatible version of the RPi ws281x Library by Jeremy Garff.
9+
Most users should simply run:
1010

11-
The library was modified by Richard Hirst.
12-
13-
* Modified version: https://github.com/richardghirst/rpi_ws281x
14-
* Original: https://github.com/jgarff/rpi_ws281x
11+
```
12+
sudo pip install rpi_ws281x
13+
```

0 commit comments

Comments
 (0)