From 4b65334d7aff934a44b3407f203f3306329efb44 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Fri, 16 Dec 2022 13:17:50 +0100 Subject: [PATCH] Some stylings --- test/README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.MD b/test/README.MD index c3c8db99c..f2d6dfd91 100644 --- a/test/README.MD +++ b/test/README.MD @@ -1,6 +1,6 @@ ## Pre-reqs -Make sure you have pytest installed: -`pip3 install pytest pydantic` +Make sure you have `pytest` and `pydantic` installed: +`pip install pytest pydantic` We assume that your green-metrics-tool is already set up to work on your machine, as it will use your local config.yml file to determine which metric providers can be utilized in the tests.