Skip to content

Commit b123047

Browse files
authored
Update README.md
1 parent 17ff207 commit b123047

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,22 @@ Prerequisites
1111
pip3 install imdlib
1212
3.GUI library PySimpleGUI for easy user interface
1313
pip3 install pysimplegui
14-
14+
15+
**you can download all libraries with single command :- "pip3 install -r requirements.txt"**
16+
1517
**(Don't change any of the file or folder names)**
1618

1719
WORKING
1820

1921
1.extract the git
20-
22+
2123
2.enter required latitudes and longitudes in lat-long.csv file **(Don't change any of the file or folder names)**
2224

23-
3.execute imd-down.py or if you want GUI use IMD-GUI.pyw
25+
3.install needed libraries using command: "pip3 install -r requirements.txt"
26+
27+
4.execute imd-down.py or if you want GUI use IMD-GUI.pyw
2428

25-
4.enter start year and end year when prompted
29+
5.enter start year and end year when prompted
2630

27-
5.output files will be generated in the root folder
31+
6.output files will be generated in the root folder
2832

0 commit comments

Comments
 (0)