From 961f148cb1b4caab86b4354357999e03433b04b1 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 2 Nov 2020 20:13:48 +0100 Subject: [PATCH] doc: update contrib/seeds/README dnspython installation info --- contrib/seeds/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 502c20d0d6..3bca094d3b 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -16,6 +16,12 @@ The seeds compiled into the release are created from sipa's DNS seed data, like ## Dependencies -Ubuntu: +Ubuntu, Debian: sudo apt-get install python3-dnspython + +and/or for other operating systems: + + pip install dnspython + +See https://dnspython.readthedocs.io/en/latest/installation.html for more information.