Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pimoroni/unicorn-hat
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 30, 2017
2 parents e6656b5 + 8d45b0e commit 2888c8f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ sudo apt-get install python-pip python-dev
sudo pip install unicornhat
```

**Install from Github clone**
**Install from GitHub**

Note this library requires the rpi_ws281x Python library which you can find here: https://github.com/pimoroni/rpi_ws281x-python

```
git clone https://github.com/pimoroni/unicorn-hat
cd unicorn-hat/
sudo apt-get install python-dev python-setuptools
cd library/rpi-ws281x
sudo python setup.py install
cd ../..
cd library/UnicornHat
cd unicorn-hat/library/UnicornHat
sudo python setup.py install
cd ../..
```
Expand Down

0 comments on commit 2888c8f

Please sign in to comment.