Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading