We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7040c commit b2926f0Copy full SHA for b2926f0
EthicalHackingScripts/IP-locator/ReadME.md
@@ -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.
+#### 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
0 commit comments