Skip to content

Commit e2b3a78

Browse files
committed
Recommend pip for installation from repo
1 parent 1f31da1 commit e2b3a78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)