diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-30 13:13:25 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-30 13:13:25 -0700 |
commit | d35e5d9b97e4308fdb3f7eff0138825ce02b82ed (patch) | |
tree | e5dab987f15dc49631bef6332dc98df778491314 | |
parent | fb5ea3811e6cc93eb005f29e56359a80436bdd0c (diff) |
Document the pyasn1 requirement in teh readme
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ Requirements 3.2 and higher as well. - Cryptography 0.6 or better <https://cryptography.io> - ecdsa 0.9 or better <https://pypi.python.org/pypi/ecdsa> + - pyasn1 0.1.7 or better <https://pypi.python.org/pypi/pyasn1> If you have setuptools, you can build and install paramiko and all its dependencies with this command (as root):: |