Skip to content

Commit

Permalink
Update and format instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsamela authored Apr 22, 2019
1 parent 3bb0a4c commit b4fec07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit b4fec07

Please sign in to comment.