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: ```