File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3737
3838To use this module, you must first download or create a MaxMind DB file. We
3939provide `free GeoLite2 databases
40- <http ://dev.maxmind.com/geoip/geoip2/geolite2> `_. These files must be
40+ <https ://dev.maxmind.com/geoip/geoip2/geolite2> `_. These files must be
4141decompressed with ``gunzip ``.
4242
4343After you have obtained a database and imported the module, call
@@ -85,16 +85,17 @@ invalid IP address or an IPv6 address in an IPv4 database.
8585Requirements
8686------------
8787
88- This code requires Python 2.7+ or 3.3+. The C extension requires CPython. The
89- pure Python implementation has been tested with PyPy.
88+ This code requires Python 2.7+ or 3.5+. Older versions are not supported. The C
89+ extension requires CPython. The pure Python implementation has been tested with
90+ PyPy.
9091
9192On Python 2, the `ipaddress module <https://pypi.python.org/pypi/ipaddress >`_ is
9293required.
9394
9495Versioning
9596----------
9697
97- The MaxMind DB Python module uses `Semantic Versioning <http ://semver.org/ >`_.
98+ The MaxMind DB Python module uses `Semantic Versioning <https ://semver.org/ >`_.
9899
99100Support
100101-------
@@ -103,5 +104,5 @@ Please report all issues with this code using the `GitHub issue tracker
103104<https://github.com/maxmind/MaxMind-DB-Reader-python/issues> `_
104105
105106If you are having an issue with a MaxMind service that is not specific to this
106- API, please contact `MaxMind support <http ://www.maxmind.com/en/support >`_ for
107+ API, please contact `MaxMind support <https ://www.maxmind.com/en/support >`_ for
107108assistance.
You can’t perform that action at this time.
0 commit comments