File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ The script takes a city name as input and retrieves the current weather informat
12
12
## Installation
13
13
1 . Clone this repository to your local machine:
14
14
``` bash
15
- git clone https://github.com/yourusername/weather-app .git
15
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects .git
16
16
```
17
17
2 . Navigate to the project directory:
18
18
``` bash
19
- cd weather-app
19
+ cd Simple-Python-Mini-Projects/Weather \ App
20
20
```
21
21
3 . Install the required Python modules:
22
22
``` bash
@@ -32,6 +32,7 @@ The script takes a city name as input and retrieves the current weather informat
32
32
```
33
33
4 . Enter the city name when prompted to get the weather information.
34
34
35
+
35
36
## Example
36
37
``` bash
37
38
$ python weather_app.py
You can’t perform that action at this time.
0 commit comments