Skip to content

Commit

Permalink
Add instructions for raspbian lite, close ThePiHut#5, close ThePiHut#8
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Dec 17, 2019
1 parent 545bbe7 commit 71ce223
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ wget https://bit.ly/2Lr9CT3 -O tree.py
When you write your own Python code, make sure you keep this file in the same
folder.

If you're using Raspbian Desktop, you don't need to install anything. If you're
using Raspbian Lite, you'll need to install gpiozero with:

```bash
sudo apt install python3-gpiozero
```

Open a Python shell or IDE (like Mu, Thonny or IDLE), import `RGBXmasTree` and
initialise your tree:

Expand Down

0 comments on commit 71ce223

Please sign in to comment.