From fb7b36cfbdb60636bee2804b20c996563ba4d266 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 26 Jan 2021 15:14:06 -0500 Subject: [PATCH] Add note about needing openshift python lib --- docs/development/minikube.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development/minikube.md b/docs/development/minikube.md index 4ccb492862..884d793b91 100644 --- a/docs/development/minikube.md +++ b/docs/development/minikube.md @@ -29,6 +29,12 @@ $ ls -la /awx_devel Clone the [awx-operator](https://github.com/ansible/awx-operator). +For the following playbooks to work, you will need to: + +``` +$ pip install openshift +``` + If you are not changing any code in the operator itself, simply run: ```