From bbf2b3059286420f0cbf2ed343236676274d5c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 3 May 2018 08:00:13 +0200 Subject: [PATCH] include additional requirements --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5140fce..581311d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ you can install it with: pip install jmespath ``` +A recent version of Jinja (2.8) is also required. You can install it with: +``` +pip install jinja2 +``` + +If your control node runs on RHEL7, you can run +[this playbook](https://github.com/nmasse-itix/OpenShift-Lab/blob/master/common/verify-local-requirements.yml) +to install the missing dependencies. + ## Example: Deploy an API on 3scale SaaS with hosted APIcast gateways If you want to deploy the classic "Echo API" on a SaaS 3scale instance using API Keys,