diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-11-22 15:24:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 15:24:10 -0500 |
commit | 02935daff0dff7e05820fc7e088769b45867fec9 (patch) | |
tree | 6b33ef39745bf54b529740b8d2d25b4835febfe8 | |
parent | fb357a2c39bb06624fd387fc490947163bbf3e0b (diff) | |
parent | 328728b10a7a5a704e2d12c7ad712ad82704a34d (diff) | |
download | openshift-02935daff0dff7e05820fc7e088769b45867fec9.tar.gz openshift-02935daff0dff7e05820fc7e088769b45867fec9.tar.bz2 openshift-02935daff0dff7e05820fc7e088769b45867fec9.tar.xz openshift-02935daff0dff7e05820fc7e088769b45867fec9.zip |
Merge pull request #2846 from jfchevrette/patch-1
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,12 +37,14 @@ not practical to start over at 1.0. Requirements: - Ansible >= 2.1.0 (>= 2.2 is preferred for performance reasons) - Jinja >= 2.7 + - pyOpenSSL + - python-lxml *** Fedora: ``` - dnf install -y ansible pyOpenSSL python-cryptography + dnf install -y ansible pyOpenSSL python-cryptography python-lxml ``` 2. Setup for a specific cloud: |