Update README.rst (#109)

* Update README.rst

Discourage use of PyPI until it's been updated to use the new version (#108).
This commit is contained in:
Mark Goodhand 2017-11-10 13:26:13 +00:00 committed by anarcat
parent 4f35861d72
commit 87f713ea01

View file

@ -1,12 +1,10 @@
LinkChecker
============
|Build Status|_ |Latest Version|_ |License|_
|Build Status|_ |License|_
.. |Build Status| image:: https://travis-ci.org/linkcheck/linkchecker.svg?branch=master
.. _Build Status: https://travis-ci.org/linkcheck/linkchecker
.. |Latest Version| image:: http://img.shields.io/pypi/v/LinkChecker.svg
.. _Latest Version: https://pypi.python.org/pypi/LinkChecker
.. |License| image:: http://img.shields.io/badge/license-GPL2-d49a6a.svg
.. _License: http://opensource.org/licenses/GPL-2.0
@ -32,6 +30,8 @@ Installation
See doc/install.txt in the source code archive.
Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 <https://github.com/linkcheck/linkchecker/pull/40>`_ for details.
``pip install linkchecker`` should NOT be used for now, as it will install the old version of linkchecker. See `#4 <https://github.com/linkcheck/linkchecker/pull/4>`_.
Usage
------
Execute ``linkchecker http://www.example.com``.