From 896122ddb031cbaa96afb5bce6e10b723b463ed0 Mon Sep 17 00:00:00 2001 From: Eric Hayes Date: Mon, 2 Nov 2015 18:38:41 -0800 Subject: [PATCH] Add note for installing on El Capitan --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index cccf5c2..f1877cd 100644 --- a/README.rst +++ b/README.rst @@ -65,6 +65,9 @@ You can easily install ``awslogs`` using ``pip``:: $ pip install awslogs +If you are on OSX El Capitan, use the following:: + + $ pip install awslogs --ignore-installed six Options -------