Document installing requirements from distribution packages

This commit is contained in:
Chris Mayo 2022-11-30 19:21:06 +00:00
parent 56e5e94acd
commit a9312f39c4

View file

@ -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.