From a0910251e166e48ab098eab24047d7ce9d89d276 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 23 Mar 2024 17:34:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bb596..c562c08 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ $ black . ## Running tests locally ```sh -python3 -m pip install pytest yamlish junit_xml +python3 -m pip install --editable ".[dev]" python3 -m pytest ```