From b4fec0717032927d334c1350d492ec2b1bfab9e3 Mon Sep 17 00:00:00 2001 From: Joseph Samela Date: Mon, 22 Apr 2019 12:46:20 -0400 Subject: [PATCH] Update and format instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e575420..8cbe040 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Beautiful LED Matrix to display the weather! Powered by the Raspberry Pi and Ada ### Software 1. Sign up for API key at http://openweathermap.org/api - 2. Clone this repo to RPi and navigate to the directory. + 2. Clone this repo to RPi and navigate to the directory 3. Install required Python packages ``` - sudo apt-get install python-dev python-imaging - sudo pip install schedule + $ sudo apt-get install python-dev python-imaging + $ pip install schedule ``` - 3. Edit weatherstation.py and enter your location and API key. - 4. Run weatherstation.py with `sudo python weatherstation.py &` + 3. Edit `weatherstation.py` and enter your location and API key + 4. Run `weatherstation.py` with `$ python weatherstation.py &` ### Author * **Joe Samela** - *Initial work* - [josephsamela.github.io](https://josephsamela.github.io/)