File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,22 @@ Prerequisites
1111 pip3 install imdlib
12123.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
1719WORKING
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
You can’t perform that action at this time.
0 commit comments