From b7595156c2b8e8beec95a2fcef0eef6a29e9185a Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Mon, 19 May 2025 13:48:51 +0200 Subject: [PATCH] Requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a56ea9..f72196a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Based on [Redhat example (Blog post)](https://redhatnordicssa.github.io/test-ans dnf install podman git python3 python3 -m venv venv source venv/bin/activate -pip install molecule molecule-podman +pip install -r requirements.txt git clone $URL_of_this_repo ```