@@ -22,9 +22,6 @@ MaxMind's free `GeoLite2 databases
2222Installation
2323------------
2424
25- Web Service Client Only
26- ^^^^^^^^^^^^^^^^^^^^^^^
27-
2825To install the ``geoip2 `` module, type:
2926
3027.. code-block :: bash
@@ -38,29 +35,13 @@ source directory:
3835
3936 $ easy_install .
4037
41- Database Reader and Web Service Client
42- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43-
44- You must first install the `libmaxminddb C API
45- <https://github.com/maxmind/libmaxminddb> `_. Please `see the instructions
46- distributed with it <https://github.com/maxmind/libmaxminddb/blob/master/README.md#installing-from-a-tarball> `_.
47-
48- After installing ``libmaxminddb ``, install the ``geoip2 `` module with the
49- database reader dependencies by typing:
50-
51- .. code-block :: bash
52-
53- $ pip install geoip2[DB]
54-
55- If you are not able to use pip, you may also use easy_install. To do this, you
56- must first install `maxminddb <http://maxminddb.readthedocs.org/ >`_ and
57- `requests <http://www.python-requests.org/en/latest/ >`_. Once these
58- dependencies have been satisfied, ``cd `` to the source directory and type:
59-
60- .. code-block :: bash
61-
62- $ easy_install .
38+ Database Reader Extension
39+ ^^^^^^^^^^^^^^^^^^^^^^^^^
6340
41+ If you wish to use the C extension for the database reader, you must first
42+ install the `libmaxminddb C API <https://github.com/maxmind/libmaxminddb >`_.
43+ Please `see the instructions distributed with it
44+ <https://github.com/maxmind/libmaxminddb/blob/master/README.md> `_.
6445
6546Usage
6647-----
@@ -234,11 +215,11 @@ Requirements
234215------------
235216
236217This code requires Python 2.6+ or 3.3+. Older versions are not supported.
218+ This library has been tested with CPython and PyPy.
237219
238220The Requests HTTP library is also required. See
239221<http://python-requests.org> for details.
240222
241-
242223Versioning
243224----------
244225
0 commit comments