Skip to content

Commit 80e2674

Browse files
committed
adding mention of windows terminal on readme and adding placeholder step_1 folder
1 parent 9848ca8 commit 80e2674

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

weather-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Follow the tutorial to [Build This Weather CLI App with Python](https://realpyth
1212

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

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.
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/) on [Windows Terminal](https://github.com/microsoft/terminal) 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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
There is no code here!
2+
3+
This step is all about obtaining your API key.

0 commit comments

Comments
 (0)