diff options
author | Jon Atack <jon@atack.com> | 2020-11-02 20:13:48 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-11-02 20:54:59 +0100 |
commit | 961f148cb1b4caab86b4354357999e03433b04b1 (patch) | |
tree | 57c9ac2d2784828b5aa13b9cd1869b065dbd19a8 /contrib | |
parent | dd7b5f46d85401254630abf6976f59b5b8eed181 (diff) |
doc: update contrib/seeds/README dnspython installation info
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/seeds/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
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. |