README.rst edited online with Bitbucket
authorRichard Penman <richard.penman@gmail.com>
Wed, 02 Mar 2016 10:35:17 +0000
changeset 78 9f5fac50355a
parent 77 df9f497129e8
child 79 95f170b4fd13
README.rst edited online with Bitbucket
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