# HG changeset patch # User Richard Penman # Date 1456914917 0 # Node ID 9f5fac50355a4392d85f8a4114c8ad1e4426b93d # Parent df9f497129e8434c953fd7e4a4e60c5006d86b6e README.rst edited online with Bitbucket diff -r df9f497129e8 -r 9f5fac50355a README.rst --- a/README.rst Wed Mar 02 10:31:17 2016 +0000 +++ b/README.rst Wed Mar 02 10:35:17 2016 +0000 @@ -6,7 +6,7 @@ - Able to extract data for all the popular TLDs (com, org, net, ...) - Query a WHOIS server directly instead of going through an intermediate web service like many others do. -- Works with Python 2.4+ and no external dependencies +- Works with Python 2 and 3 @@ -47,6 +47,14 @@ hg clone https://bitbucket.org/richardpenman/pywhois +Note that then you will need to manually install the futures module: + + +.. sourcecode:: bash + + pip install futures + + Changelog @@ -84,4 +92,4 @@ You can post ideas or patches here: https://bitbucket.org/richardpenman/pywhois/issues -Thanks to the many who have sent patches for additional domains! +Thanks to the many who have sent patches for additional domains! \ No newline at end of file