You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ You need a valid 'IPGeolocation API key' to use this SDK. [Sign up](https://ipge
20
20
21
21
## System Requirements
22
22
23
-
Internet connection is required to run this component. This SDK uses ```requests```module that you need to install before it. Here is the command to install ```requests``` module:
23
+
Internet connection is required to run this component. This SDK uses ```requests, json```modules that you need to install before using it.
24
24
25
-
```bash
26
-
pip install requests --upgrade --user
27
-
```
25
+
**Note:** This SDK was tested against Python 3.7.1.
26
+
27
+
## Installation
28
+
29
+
We haven't published this package in PyPi. Users must download the ```IPGeolocation.py``` file and include in their project to use it.
0 commit comments