From 437441992b963f32f3fb814642951b02c9576302 Mon Sep 17 00:00:00 2001 From: kyleknap Date: Mon, 9 May 2016 10:57:47 -0700 Subject: [PATCH] Update README about El Capitan installation --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 266b65a7a093..31fdc6e975e9 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,14 @@ you can run:: $ pip install --upgrade awscli +.. note:: + + On OS X, if you see an error regarding the version of six that came with + distutils in El Capitan, use the ``--ignore-installed option``:: + + $ sudo pip install awscli --ignore-installed six + + This will install the aws-cli package as well as all dependencies. You can also just `download the tarball`_. Once you have the awscli directory structure on your workstation, you can just run::