Skip to content

Commit 1c80161

Browse files
committed
Add note about README for El Capitan users
1 parent f8e69ea commit 1c80161

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ If you are not installing into a virtualenv you can run::
1616

1717
$ sudo pip install aws-shell
1818

19+
**Mac OS X (10.11 El Capitan) users**: There is a known issue with Apple and
20+
its included python package dependencies (more info at
21+
https://github.com/pypa/pip/issues/3165).
22+
We are investigating ways to fix this issue but in the meantime,
23+
to install the aws-shell, you can run:
24+
``sudo pip install aws-shell --upgrade --ignore-installed six``
25+
26+
Once you've installed the aws-shell, you can now run::
27+
28+
$ aws-shell
29+
30+
To exit the shell, press ``Ctrl-D``.
31+
32+
Upgrading the aws-shell
33+
-----------------------
34+
1935
If you want to upgrade to the latest version of the aws-shell,
2036
you can run::
2137

@@ -25,12 +41,6 @@ You can also use this upgrade command whenever a new version of the AWS CLI is
2541
released that includes new services and API updates. You will then be
2642
able to use these new services and API updates in the aws-shell.
2743

28-
Once you've installed the aws-shell, you can now run::
29-
30-
$ aws-shell
31-
32-
To exit the shell, press ``Ctrl-D``.
33-
3444
Supported Python Versions
3545
-------------------------
3646

0 commit comments

Comments
 (0)