diff --git a/README.rst b/README.rst index 0f0c443..7dd93cc 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------