summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorErinn Looney-Triggs <erinn.looneytriggs@gmail.com>2016-10-27 12:40:10 -0600
committerErinn Looney-Triggs <erinn.looneytriggs@gmail.com>2016-10-27 12:40:10 -0600
commitc38570c4030e82c327c0ce126f009dbcfa9ad7c4 (patch)
tree33eee55191bb4bd9baf9f4b3c16ca10ea15baded /README.md
parentc2328b5d7b71a99bd6051ebecd8b6d297be97712 (diff)
downloadopenshift-c38570c4030e82c327c0ce126f009dbcfa9ad7c4.tar.gz
openshift-c38570c4030e82c327c0ce126f009dbcfa9ad7c4.tar.bz2
openshift-c38570c4030e82c327c0ce126f009dbcfa9ad7c4.tar.xz
openshift-c38570c4030e82c327c0ce126f009dbcfa9ad7c4.zip
Add requirements, fix a small formatting issue.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8f8bfb70..c3d78f5fe 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,16 @@ not practical to start over at 1.0.
##Setup
- Install base dependencies:
+ - Requirements:
+ - Ansible >= 2.1.0 though 2.2 is preferred for performance reasons.
+ - Jinja >= 2.7
+
- Fedora:
```
dnf install -y ansible-2.1.0.0 pyOpenSSL python-cryptography
```
- - OSX:
+
+ - OSX:
```
# Install ansible 2.1.0.0 and python 2
brew install ansible python