diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-15 15:00:20 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-15 15:00:20 -0700 |
commit | ebc1f38611fa8fbb5f43c0a175415c65108d4558 (patch) | |
tree | 8b5ef114de26ae9f9f7daac50ae58a81d96f840b /README | |
parent | fe9171661a60b9299395c73630ebdbdc76fec342 (diff) | |
parent | d99342d119fcf268c57d025fa9a9fd1124f39de0 (diff) |
Merge branch 'python3'
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ paramiko :Paramiko: Python SSH module :Copyright: Copyright (c) 2003-2009 Robey Pointer <robeypointer@gmail.com> -:Copyright: Copyright (c) 2014 Jeff Forcier <jeff@bitprophet.org> +:Copyright: Copyright (c) 2013-2014 Jeff Forcier <jeff@bitprophet.org> :License: LGPL :Homepage: https://github.com/paramiko/paramiko/ :API docs: http://docs.paramiko.org @@ -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> |