From 74b00d0e3089891123df1d131d0149e72d3150c3 Mon Sep 17 00:00:00 2001 From: Napoleon Arouldas Date: Fri, 29 Jan 2021 10:21:41 +0530 Subject: [PATCH] Added instruction for Python 3 users for installing pyDNS --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c49f681..4728558 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ For check the domain mx and verify email exits you must have the `pyDNS` package pip install pyDNS +For Python3 + + pip install py3DNS + USAGE =====