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