We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0e4ff commit b22243bCopy full SHA for b22243b
README.md
@@ -12,10 +12,10 @@ A Python script to show where IP addresses are coming from by plotting them on a
12
* [Basemap](http://matplotlib.org/basemap/)
13
* [GeoIP2-python](https://github.com/maxmind/GeoIP2-python)
14
15
-PyGeoIpMap can be installed along with its dependencies easily on Fedora Linux with the following command:
+PyGeoIpMap can be installed along with its dependencies easily on ubuntu / mint / etc with the following command:
16
17
```bash
18
-sudo dnf install python3-numpy python3-matplotlib python3-basemap python3-pygeoip
+sudo apt install python3-numpy python3-matplotlib libgeos-dev python3-geoip2 python3-mpltoolkits.basemap
19
```
20
21
## Usage
0 commit comments