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 fe9e78b commit b91f9e6Copy full SHA for b91f9e6
docs/source/quickstart.md
@@ -31,6 +31,14 @@ An outdated BIN database was provided in the databases folder for your testing.
31
pip install IP2Location
32
```
33
34
+### Installation in Arch Linux
35
+
36
+For Arch Linux user, you can install the module using the following command:
37
+```Bash
38
+git clone https://aur.archlinux.org/ip2location-python.git && cd ip2location-io-python
39
+makepkg -si
40
+```
41
42
## Sample Codes
43
44
### Query geolocation information from BIN database
0 commit comments