diff options
author | Kunal Limaye <kunallimaye@gmail.com> | 2016-08-01 13:28:41 +1000 |
---|---|---|
committer | Kunal Limaye <kunallimaye@gmail.com> | 2016-08-01 13:28:41 +1000 |
commit | 35837e886f8be8d687b17fb9851b4120d5692aa0 (patch) | |
tree | ff39cf4ff40df2abab192eab9198db2f1bf189f9 | |
parent | 9c0c697898925b32f40b1b242233e80166f848a3 (diff) | |
download | openshift-35837e886f8be8d687b17fb9851b4120d5692aa0.tar.gz openshift-35837e886f8be8d687b17fb9851b4120d5692aa0.tar.bz2 openshift-35837e886f8be8d687b17fb9851b4120d5692aa0.tar.xz openshift-35837e886f8be8d687b17fb9851b4120d5692aa0.zip |
Update for issue#2244
-rw-r--r-- | README_GCE.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README_GCE.md b/README_GCE.md index 689b2f8b7..f909630aa 100644 --- a/README_GCE.md +++ b/README_GCE.md @@ -85,8 +85,9 @@ Install Dependencies ``` yum install -y ansible python-libcloud ``` + > Installation using Mac OSX requires pycrypto library -> $ pip install pycrypto +> $ pip install pycrypto Test The Setup -------------- |