Skip to content

Commit 9509f95

Browse files
authored
Merge pull request #196 from maxmind/greg/eng-1411
Recommend pip for installation from repo
2 parents 9027020 + 09e0479 commit 9509f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ To install the ``geoip2`` module, type:
1818
1919
$ pip install geoip2
2020
21-
If you are not able to use pip, you may also use easy_install from the
21+
If you are not able to install from PyPI, you may also use ``pip`` from the
2222
source directory:
2323

2424
.. code-block:: bash
2525
26-
$ easy_install .
26+
$ python -m pip install .
2727
2828
Database Reader Extension
2929
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)