diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-03 14:26:35 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-03 14:26:35 -0500 |
commit | fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb (patch) | |
tree | 15be332f118b29219e7f87287667d764e6ffe8fd /README_AWS.md | |
parent | 5a3b4171f364ed05d8f9c630467938b6fdd60f64 (diff) | |
parent | 5090e93a9af43996407dc36f6c2a549d7e83d787 (diff) | |
download | openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.tar.gz openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.tar.bz2 openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.tar.xz openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.zip |
Merge pull request #65 from lhuard1A/osx
Allows it to run on OSX
Diffstat (limited to 'README_AWS.md')
-rw-r--r-- | README_AWS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README_AWS.md b/README_AWS.md index c0f2bce75..fa1ec61ce 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -38,9 +38,14 @@ Alternatively, you can configure your ssh-agent to hold the credentials to conne Install Dependencies -------------------- 1. Ansible requires python-boto for aws operations: +RHEL/CentOS/Fedora ``` yum install -y ansible python-boto ``` +OSX: +``` + pip install -U boto +``` Test The Setup |