diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-22 16:18:01 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-22 16:18:09 -0700 |
| commit | 393d497b95d077011a69eb9bbeb1e75f4791a4e9 (patch) | |
| tree | 5788503ed8307690f5b218b68b5879947cbcef87 /README.md | |
| parent | d43fd3d4d9433605600912e6bf88102f3149fd8c (diff) | |
| download | dnspython-393d497b95d077011a69eb9bbeb1e75f4791a4e9.tar.gz | |
move note part to a better place
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,15 +53,15 @@ If you want to use internationalized domain names (IDNA) functionality, you must run `pip install dnspython[idna]` -Note that you can install any combination of the above, e.g.: -`pip install dnspython[doh,dnssec,idna]` - If you want to use the Trio asynchronous I/O package, you must run `pip install dnspython[trio]`. If you want to use the Curio asynchronous I/O package, you must run `pip install dnspython[curio]`. +Note that you can install any combination of the above, e.g.: +`pip install dnspython[doh,dnssec,idna]` + ### Notices Python 2.x support ended with the release of 1.16.0. dnspython 2.0.0 and |
