From 9cbbc26d5774851de4fc9680ec3b26ca2cc9fc90 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 10 Dec 2023 20:50:59 +0100 Subject: [PATCH] Update README.md (#1967) --- tests/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index d27f371d0..4d48a0aa6 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,9 +7,8 @@ Feel free to add more, the more the better! ## How to run the tests ```bash -pip install pipenv -pipenv install -d -pipenv run make test +pip install poetry +make test ``` And you should see