Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ To install the ``minfraud`` module, type:

$ pip install minfraud

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
source directory:

.. code-block:: bash

$ easy_install .
$ python -m pip install .

Documentation
-------------
Expand Down
Loading