Skip to content

Commit 6281b79

Browse files
authored
Language edit
1 parent 59e1ffa commit 6281b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

weather-app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ View weather and temperature information for different cities around the world r
66

77
![CLI interactions using the weather CLI app](weather.gif)
88

9-
Follow the tutorial to [Build this Weather CLI App with Python](https://realpython.com/build-a-python-weather-app-cli/) using only modules from Python's standard library.
9+
Follow the tutorial to [Build This Weather CLI App with Python](https://realpython.com/build-a-python-weather-app-cli/) using only modules from Python's standard library.
1010

1111
## Requirements
1212

13-
To run this CLI app, you need a proper installation of [Python](https://www.python.org/) >= 3.6.
13+
To run this CLI app, you need a modern installation of [Python](https://www.python.org/) >= 3.6.
1414

15-
**Note:** The app was developed on macOS for the [Zsh](https://www.zsh.org) shell. Your mileage with some of the color display and emojis may vary depending on your setup. On Windows, [PowerShell](https://docs.microsoft.com/en-us/powershell/) displays the formatting reasonably well.
15+
**Note:** This app was developed on macOS for the [Zsh](https://www.zsh.org) shell. Your mileage with some of the color display and emojis may vary depending on your setup. On Windows, [PowerShell](https://docs.microsoft.com/en-us/powershell/) displays the formatting reasonably well.
1616

1717
You also need an [API key for OpenWeather's API](https://openweathermap.org/appid). After signing up and generating your API key, add it to the `secrets.ini` config file:
1818

0 commit comments

Comments
 (0)