We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b7a14 commit 47972beCopy full SHA for 47972be
README.rst
@@ -14,18 +14,18 @@ subnets (IPv4 or IPv6).
14
Installation
15
------------
16
17
-To install maxminddb, type:
+To install ``maxminddb```, type:
18
19
.. code-block:: bash
20
21
$ pip install maxminddb
22
23
-If you are not able to use pip, you may also use easy_install from the
+If you are not able to install from PyPI, you may also use ``pip`` from the
24
source directory:
25
26
27
28
- $ easy_install .
+ $ python -m pip install .
29
30
The installer will attempt to build the C extension. If this fails, the
31
module will fall-back to the pure Python implementation.
0 commit comments