We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f31da1 + e2b3a78 commit dc3b528Copy full SHA for dc3b528
1 file changed
README.rst
@@ -19,12 +19,12 @@ To install the ``minfraud`` module, type:
19
20
$ pip install minfraud
21
22
-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
23
source directory:
24
25
.. code-block:: bash
26
27
- $ easy_install .
+ $ python -m pip install .
28
29
Documentation
30
-------------
0 commit comments