Skip to content

Commit b2926f0

Browse files
authored
Update ReadME.md
1 parent ff7040c commit b2926f0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
I is a simple IP locator which takes ip address from the user and makes an API call to ip-api.com and displays the information to you.
1+
#### It is a simple IP locator which takes ip address from the user and makes an API call to ip-api.com and displays the information to you.
2+
# Prerequisites
3+
#### Python requests module
4+
5+
6+
# HOW TO INSTALL
7+
8+
9+
### Windows-
10+
```
11+
pip install requests
12+
```
13+
14+
### Linux -
15+
```
16+
sudo pip install --upgrade pip
17+
pip install requests

0 commit comments

Comments
 (0)