diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-10-28 11:22:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-28 11:22:28 -0400 |
commit | 1d505d137a64f80470139d357caeea5f8d1cdedc (patch) | |
tree | 126d566dcaa8d2541c64c9c88dcb9c089bb83c74 | |
parent | 5b12ba1e9571f6a5b7763769c1394846af74436e (diff) | |
parent | c38570c4030e82c327c0ce126f009dbcfa9ad7c4 (diff) | |
download | openshift-1d505d137a64f80470139d357caeea5f8d1cdedc.tar.gz openshift-1d505d137a64f80470139d357caeea5f8d1cdedc.tar.bz2 openshift-1d505d137a64f80470139d357caeea5f8d1cdedc.tar.xz openshift-1d505d137a64f80470139d357caeea5f8d1cdedc.zip |
Merge pull request #2679 from erinn/master
Add requirements, fix a small formatting issue.
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |