From 47972be5af1b52a878ed46b079a12becc1ffdbf4 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 27 Feb 2025 07:36:30 -0800 Subject: [PATCH] Recommend pip for installation from repo --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c55e86e..97aedc6 100644 --- a/README.rst +++ b/README.rst @@ -14,18 +14,18 @@ subnets (IPv4 or IPv6). Installation ------------ -To install maxminddb, type: +To install ``maxminddb```, type: .. code-block:: bash $ pip install maxminddb -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 source directory: .. code-block:: bash - $ easy_install . + $ python -m pip install . The installer will attempt to build the C extension. If this fails, the module will fall-back to the pure Python implementation.