--- 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