From 557a4a090595775621a52582d83b5b7ce93c868b Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 8 Oct 2024 12:00:30 +0200 Subject: [PATCH] refs #8025 README setup fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 580a348..c36f8c3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Create a Python virtual environment. python3 -m venv venv source venv/bin/activate pip install --upgrade pip ansible==10.1.0 ansible-builder==3.1.0 -pip install -r requirements.txt ``` Before running any Ansible command, activate the Python virtual environment. @@ -35,6 +34,7 @@ deactivate Install dependencies. ``` +pip install -r requirements.txt ansible-galaxy collection install -r collections/requirements.yml ```