From f66ed3b602d6e9b942542491614dfd18622583d7 Mon Sep 17 00:00:00 2001 From: Mike McKerns Date: Tue, 12 Sep 2023 22:16:10 -0400 Subject: [PATCH] update install doc in tests (#621) --- dill/tests/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dill/tests/__init__.py b/dill/tests/__init__.py index e4e1bdc1..c8837ea8 100644 --- a/dill/tests/__init__.py +++ b/dill/tests/__init__.py @@ -7,8 +7,7 @@ """ to run this test suite, first build and install `dill`. - $ python setup.py build - $ python setup.py install + $ python -m pip install ../.. then run the tests with: