summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-13 21:06:57 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-24 10:18:05 -0700
commit337f4432d3aef1230ecb588dace0afd445a262c6 (patch)
treeceb33619f4872e04dbcf841585fb9155fef1a626
parent24309559bbdc4742a94854eb33c9d6047635497c (diff)
downloadparamiko-337f4432d3aef1230ecb588dace0afd445a262c6.tar.gz
README py3 update
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 005fd6f3..9305bfb3 100644
--- a/README
+++ b/README
@@ -34,7 +34,8 @@ that should have come with this archive.
Requirements
------------
- - python 2.6 or better <http://www.python.org/>
+ - Python 2.6 or better <http://www.python.org/> - this includes Python
+ 3.3 and higher as well.
- pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/>
- ecdsa 0.9 or better <https://pypi.python.org/pypi/ecdsa>