From 32cdd0b51fb528c93e7344a4626f6847d883d0bc Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 21 Sep 2018 11:53:18 -0500
Subject: [PATCH] Update install guidance

---
 doc/misc.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index 71aea792..0b90781b 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -93,13 +93,17 @@ the built-in drivers can be temperamental, and they have not advanced as quickly
 as one might like. To make PyOpenCL use a more up-to-date (and open-source)
 CPU-based OpenCL driver, type the following:
 
-``conda install osx-pocl-opencl pocl`` (OS X)
+``conda install osx-pocl-opencl pocl pyopencl`` (OS X)
 
 Note that, by installing ``osx-pocl-opencl``, you will no longer be able to
 use PyOpenCL to talk to the system-wide Apple OpenCL drivers. To regain access
 to those drivers, simply uninstall ``osx-pocl-opencl`` and reinstall ``pyopencl``
 afterwards.
 
+In addition, you will also be unaffected by Apple's pending deprecation of
+OpenCL functionality--you'll be able to keep using OpenCL irrespective of what
+Apple does.
+
 Installing from source
 ----------------------
 
-- 
GitLab