From 30521b45918bed18e754fae1bb807cdd79050bf2 Mon Sep 17 00:00:00 2001 From: David Bohn Date: Fri, 4 Oct 2024 14:38:13 +0200 Subject: [PATCH] README.md: Add setuptools as requirement to pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344ff125..8b44a46b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ source ansiblevenv/bin/activate Install ``wheel``, ``ansible`` and ``otcextensions``: ```bash -(ansiblevenv) $ pip install wheel ansible otcextensions +(ansiblevenv) $ pip install wheel ansible otcextensions setuptools ``` Install opentelekomcloud.cloud collection from Ansible-Galaxy: