From 477bda461404392ca3bca7e547302576faa0a115 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 18 Jan 2023 15:28:24 +0100 Subject: [PATCH] docs: add dependencies installation info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a378a1a0..9c304366 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ You can either call modules by their Fully Qualified Collection Name (FQCN), suc ## Developing and testing +In order to run and test this collection locally, first install the required dependencies using: + + pip install -r requirements.txt + The project uses `mypy` and `black`. Black works without special configuration, while `mypy` requires a valid package structure. Assuming this repository is checked out in the proper structure,