diff --git a/README.rst b/README.rst
index 9bddad54af2667bc63b29ebf77d5f6748c6d55e8..24fbadb805a9234b8e3995f7f09a2ffa7cb0cab2 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,14 @@ requires Python 2.4 and supports MediaWiki 1.11 and above.
 For functions not available in the current MediaWiki, a ``MediaWikiVersionError`` is raised.
 
 This framework was written by Bryan Tong Minh, who released the latest stable 
-`version 0.6.5 <//github.com/mwclient/mwclient/archive/REL_0_6_5.zip>`_ on 6 May 2011.
+`version 0.6.5 <//github.com/mwclient/mwclient/archive/REL_0_6_5.zip>`_ 
+on 6 May 2011. Version 0.6.5 is also 
+`available through PyPI <//pypi.python.org/pypi/mwclient/0.6.5>`_:
+
+.. code-block:: console
+
+    $ pip install mwclient
+
 The current `development version <//github.com/mwclient/mwclient>`_
 can be installed directly off github:
 
@@ -16,7 +23,8 @@ can be installed directly off github:
 
     $ pip install git+git://github.com/mwclient/mwclient.git
 
-Please see the `release notes <//github.com/mwclient/mwclient/blob/master/RELEASE-NOTES.md>`_
+Please see the 
+`release notes <//github.com/mwclient/mwclient/blob/master/RELEASE-NOTES.md>`_
 for a list of changes.
 
 Implementation notes