Skip to content

Commit c7d2f84

Browse files
authored
Merge pull request #188 from maxmind/greg/eng-1411
Recommend pip for installation from repo
2 parents 63b7a14 + 47972be commit c7d2f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ subnets (IPv4 or IPv6).
1414
Installation
1515
------------
1616

17-
To install maxminddb, type:
17+
To install ``maxminddb```, type:
1818

1919
.. code-block:: bash
2020
2121
$ pip install maxminddb
2222
23-
If you are not able to use pip, you may also use easy_install from the
23+
If you are not able to install from PyPI, you may also use ``pip`` from the
2424
source directory:
2525

2626
.. code-block:: bash
2727
28-
$ easy_install .
28+
$ python -m pip install .
2929
3030
The installer will attempt to build the C extension. If this fails, the
3131
module will fall-back to the pure Python implementation.

0 commit comments

Comments
 (0)