Skip to content

Commit 09e0479

Browse files
committed
Recommend pip for installation from repo
1 parent 7a2d03f commit 09e0479

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)