mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-03 22:50:30 +00:00
Fix pip install doc
[ci skip]
This commit is contained in:
parent
7baa2f0b1b
commit
ca9bb9a186
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue