From d19ba39a5f7a3025f333c3b3aee9cb730f70c62e Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Mon, 25 Jan 2021 23:05:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56040ab..6b91954 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ GeoStat uses a number of open source libs to work properly: * [InfluxDB-Python](https://github.com/influxdata/influxdb-python) - Python client for InfluxDB. ## Important -The GeoLite2-City database no longer available for simple downloading, you need to register on the maxmind.com website After you get an account on the maxmind.com you can find the needed file by the link (https://www.maxmind.com/en/accounts/YOURACCOUNTID/geoip/downloads) +The GeoLite2-City database no longer available for the simple downloading, now you need register on the maxmind.com website first. +After you'll get an account on the maxmind.com you can find the needed file by the link (https://www.maxmind.com/en/accounts/YOURACCOUNTID/geoip/downloads) Please don't forget to unzip and put the GeoLite2-City.mmdb file in the same directory with the geoparse.py script, or you can put it anywhere and then fix the path in the settings.ini. # Installation