Skip to content

Commit b91f9e6

Browse files
committed
Update quickstart.md
Add installation instruction for Arch Linux.
1 parent fe9e78b commit b91f9e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/quickstart.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ An outdated BIN database was provided in the databases folder for your testing.
3131
pip install IP2Location
3232
```
3333

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+
3442
## Sample Codes
3543

3644
### Query geolocation information from BIN database

0 commit comments

Comments
 (0)