Add install dependencies to docs

This commit is contained in:
Ben Nuttall
2015-10-25 15:09:49 +00:00
parent 343241d6cd
commit fe16149b12

View File

@@ -31,10 +31,15 @@ colour LEDs, robotics kits and more.
## Install
First, install the dependencies:
```python
sudo apt-get install python-pip python3-pip python-w1thermsensor python3-w1thermsensor python-spidev python3-spidev
```
Install with pip:
```bash
sudo apt-get install python-pip python3-pip
sudo pip install gpiozero
sudo pip-3.2 install gpiozero
```