diff --git a/README.md b/README.md index ce59cf4..3feb06a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P ``` * 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: ``` sudo apt-get install -y python3 git python3-pip @@ -55,15 +55,14 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P * Interfacing Options > I2C > Enable > Yes > If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI * Enabling SPI: - * From Command Line: + * From Command Line: ``` sudo raspi-config ``` * Interfacing Options > SPI > Enable > Yes * Click "Finish" - - * Reboot your Raspberry Pi - ``` + * Reboot your Raspberry Pi + ``` sudo reboot ``` * Testing I2C and SPI after reboot: