Formatting changes on README.md v15
This commit is contained in:
23
README.md
23
README.md
@@ -33,8 +33,7 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|||||||
```
|
```
|
||||||
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.\
|
* 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:
|
||||||
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
|
||||||
sudo update-alternatives --install /usr/bin/python python $(which python2) 1
|
sudo update-alternatives --install /usr/bin/python python $(which python2) 1
|
||||||
@@ -105,16 +104,16 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|||||||
```
|
```
|
||||||
sudo nano /boot/config.txt
|
sudo nano /boot/config.txt
|
||||||
```
|
```
|
||||||
* If it doesn't already exist, add:
|
* If it doesn't already exist, add:
|
||||||
```
|
```
|
||||||
hdmi_force_hotplug=1
|
hdmi_force_hotplug=1
|
||||||
hdmi_force_edid_audio=1
|
hdmi_force_edid_audio=1
|
||||||
```
|
```
|
||||||
* Save and exit the file (ctrl + x > y)
|
* Save and exit the file (ctrl + x > y)
|
||||||
* Reboot Raspberry Pi
|
* Reboot Raspberry Pi
|
||||||
```
|
```
|
||||||
sudo reboot
|
sudo reboot
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
|||||||
Reference in New Issue
Block a user