diff options
author | Jean-Francois Chevrette <jf.cron0@gmail.com> | 2016-11-22 15:19:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 15:19:32 -0500 |
commit | 328728b10a7a5a704e2d12c7ad712ad82704a34d (patch) | |
tree | 6b33ef39745bf54b529740b8d2d25b4835febfe8 /README.md | |
parent | fb357a2c39bb06624fd387fc490947163bbf3e0b (diff) | |
download | openshift-328728b10a7a5a704e2d12c7ad712ad82704a34d.tar.gz openshift-328728b10a7a5a704e2d12c7ad712ad82704a34d.tar.bz2 openshift-328728b10a7a5a704e2d12c7ad712ad82704a34d.tar.xz openshift-328728b10a7a5a704e2d12c7ad712ad82704a34d.zip |
Update README.md
add missing dependencies
Diffstat (limited to '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: |