diff --git a/doc/misc.rst b/doc/misc.rst
index 71aea7922305b5fcfaa91850915ffdfd3cb62eca..0b90781b543254e7399bc9b8f8672204556c26cf 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
 ----------------------