From 909f9b1b4e0434969ccf93aa54f18bf55842cd0e Mon Sep 17 00:00:00 2001 From: Madalyn Bartman <105222619+madalynbartman@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:55:29 -0600 Subject: [PATCH] Fix: Incorrect pip install documentation (#4279) #4043 Co-authored-by: Alison Hart --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 248fb660bd..c3e837dbfd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,10 +6,12 @@ Molecule. ## Requirements +- ansible-core >= 2.12 + Depending on the driver chosen, you may need to install additional OS packages. -- Python >= 3.10 with ansible-core >= 2.12 +- Python >= 3.10 === "CentOS"