mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Document installing requirements from distribution packages
This commit is contained in:
parent
56e5e94acd
commit
a9312f39c4
1 changed files with 7 additions and 0 deletions
|
|
@ -74,6 +74,13 @@ the ``linkchecker`` package is available for installation. pip_ will be
|
|||
available, often as a package e.g. ``python3-pip``, to install the latest
|
||||
LinkChecker.
|
||||
|
||||
You may wish to install your distribution's copies of LinkChecker's dependencies
|
||||
before using pip to install LinkChecker. e.g. for Debian/Ubuntu:
|
||||
|
||||
``apt install python3-bs4 python3-dnspython python3-requests``
|
||||
|
||||
If those packages are too old pip will install newer versions.
|
||||
|
||||
Manual setup for Unix systems
|
||||
-----------------------------
|
||||
First, install the required software.
|
||||
|
|
|
|||
Loading…
Reference in a new issue