diff --git a/README.rst b/README.rst index 00f62ccc71138edf32f8b23c7d886a090fe64bb2..6b07b3cd827a31ed64ed6a8dc727c581fc9ac9a3 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