We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b1d75 commit 03851c3Copy full SHA for 03851c3
APIScripts/Covid 19 Tracker/README.md
@@ -18,6 +18,11 @@ To get useful information regarding the records of covid 19 cases from [disease.
18
- ```requests```:- To get an API call from the website. <br>
19
- ```json```:- To convert the json data that we got from API to python data.
20
21
+## Setup Instructions
22
+In order to run this code in your system, one needs to make sure that relevant libraries are installed, use the following commands for installation:
23
+ - ```pip install requests```<br>
24
+ - ```pip install json```
25
+
26
## Outputs
27

28
0 commit comments