Fix pip install doc

[ci skip]
This commit is contained in:
Bastian Kleineidam 2014-04-14 19:46:24 +02:00
parent 7baa2f0b1b
commit ca9bb9a186
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
Fixes:
- checking: Don't scan external robots.txt sitemap URLs.
Closes: GH bug #495
- installation: Correct case for pip install command.
Closs: GH bug #498
Features:
- checking: Parse and check HTTP Link: headers.

View file

@ -23,7 +23,7 @@ the ``linkchecker`` package is available for install.
If ``pip`` is available, this command should install LinkChecker on
the local system:
``sudo pip --allow-external linkchecker --allow-unverified linkchecker install linkchecker``
``sudo pip --allow-external LinkChecker --allow-unverified LinkChecker install LinkChecker``
The ``--allow-external`` and ``--allow-unverified`` are necessary since the
source package is hosted on github instead of the Pypi package index.