Skip to content

Commit b22243b

Browse files
authoredAug 11, 2019
Fixed install instructions
1 parent ac0e4ff commit b22243b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ A Python script to show where IP addresses are coming from by plotting them on a
1212
* [Basemap](http://matplotlib.org/basemap/)
1313
* [GeoIP2-python](https://github.com/maxmind/GeoIP2-python)
1414

15-
PyGeoIpMap can be installed along with its dependencies easily on Fedora Linux with the following command:
15+
PyGeoIpMap can be installed along with its dependencies easily on ubuntu / mint / etc with the following command:
1616

1717
```bash
18-
sudo dnf install python3-numpy python3-matplotlib python3-basemap python3-pygeoip
18+
sudo apt install python3-numpy python3-matplotlib libgeos-dev python3-geoip2 python3-mpltoolkits.basemap
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.