Skip to content

Commit 03851c3

Browse files
committed
Setup instructions gaurav1401
1 parent 11b1d75 commit 03851c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

APIScripts/Covid 19 Tracker/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ To get useful information regarding the records of covid 19 cases from [disease.
1818
- ```requests```:- To get an API call from the website. <br>
1919
- ```json```:- To convert the json data that we got from API to python data.
2020

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+
2126
## Outputs
2227
![Corona_Records](Images/covid.png)
2328

0 commit comments

Comments
 (0)