We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2d03f commit 09e0479Copy full SHA for 09e0479
1 file changed
README.rst
@@ -18,12 +18,12 @@ To install the ``geoip2`` module, type:
18
19
$ pip install geoip2
20
21
-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
22
source directory:
23
24
.. code-block:: bash
25
26
- $ easy_install .
+ $ python -m pip install .
27
28
Database Reader Extension
29
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments