From 3915a5f3178386a2cb5a942c7f5a3a1f21160e8d Mon Sep 17 00:00:00 2001 From: jhealy Date: Sun, 10 Jan 2021 12:11:50 -0500 Subject: [PATCH] Formatting changes on README.md v8 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e83039..6121e43 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P sudo apt-get upgrade sudo pip3 install --upgrade setuptools ``` - * If this fails, try this and repeat step 1 - ``` - sudo apt-get install python3-pip - ``` + * If this fails, try this and repeat step 1 + ``` + 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