diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-07 06:37:43 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-07 06:37:43 -0700 |
| commit | 81f1b3b3493521ee293eb873900d1731bae6bc61 (patch) | |
| tree | fc2262ea845f7bf0937a84f36a730b4f9d37bef0 /README.md | |
| parent | ef75090c2dcbca6aa79e06acc840348575ad83be (diff) | |
| download | dnspython-81f1b3b3493521ee293eb873900d1731bae6bc61.tar.gz | |
document installing optional packages
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
