From e2b3a7888d1fa8f888a610328a93b83d58439c33 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 27 Feb 2025 07:37:29 -0800 Subject: [PATCH] Recommend pip for installation from repo --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -------------