Skip to content

Commit dc3b528

Browse files
authored
Merge pull request #168 from maxmind/greg/eng-1411
Recommend pip for installation from repo
2 parents 1f31da1 + e2b3a78 commit dc3b528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ To install the ``minfraud`` module, type:
1919
2020
$ pip install minfraud
2121
22-
If you are not able to use pip, you may also use easy_install from the
22+
If you are not able to install from PyPI, you may also use ``pip`` from the
2323
source directory:
2424

2525
.. code-block:: bash
2626
27-
$ easy_install .
27+
$ python -m pip install .
2828
2929
Documentation
3030
-------------

0 commit comments

Comments
 (0)