From: Bob Halley Date: Thu, 7 May 2020 13:37:43 +0000 (-0700) Subject: document installing optional packages X-Git-Tag: v2.0.0rc1~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f1b3b3493521ee293eb873900d1731bae6bc61;p=thirdparty%2Fdnspython.git document installing optional packages --- diff --git a/README.md b/README.md index e1363713..2a841e4c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ to facilitate the testing of DNS software. * If not just download the source file and unzip it, then run `sudo python setup.py install` +If you want to use DNS-over-HTTPS, you must run +`pip install requests requests-toolbelt` + +If you want to use DNSSEC functionality, you must run +`pip install cryptography` + +If you want to use internationalized domain names (IDNA) +functionality, you must run +`pip install idna` + ## ABOUT THIS RELEASE This is the development version of dnspython 2.0.0