|
|
@ -29,10 +29,10 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|
|
|
sudo apt-get upgrade
|
|
|
|
sudo apt-get upgrade
|
|
|
|
sudo pip3 install --upgrade setuptools
|
|
|
|
sudo pip3 install --upgrade setuptools
|
|
|
|
```
|
|
|
|
```
|
|
|
|
* If this fails, try this and repeat step 1
|
|
|
|
* If this fails, try this and repeat step 1
|
|
|
|
```
|
|
|
|
```
|
|
|
|
sudo apt-get install python3-pip
|
|
|
|
sudo apt-get install python3-pip
|
|
|
|
```
|
|
|
|
```
|
|
|
|
* Recommended, but may not be required, setting your Python install to default with Python 3. There are multiple ways to do this, here's an example:
|
|
|
|
* Recommended, but may not be required, setting your Python install to default with Python 3. There are multiple ways to do this, here's an example:
|
|
|
|
```
|
|
|
|
```
|
|
|
|
sudo apt-get install -y python3 git python3-pip
|
|
|
|
sudo apt-get install -y python3 git python3-pip
|
|
|
|