diff --git a/README.rst b/README.rst index f326091dd1532b503800ee06a4de0c484302e8d4..d8cfc3cfdd2372fdccb99eb0db94323eca5224c9 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,9 @@ spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>` * Broad support. PyOpenCL was tested and works with Apple's, AMD's, and Nvidia's CL implementations. +.. image:: https://badge.fury.io/py/pyopencl.png + :target: http://pypi.python.org/pypi/pyopencl + To use PyOpenCL, you just need `numpy <http://numpy.org>`_ and an OpenCL implementation. (See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)