summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-30 13:13:25 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-30 13:13:25 -0700
commitd35e5d9b97e4308fdb3f7eff0138825ce02b82ed (patch)
treee5dab987f15dc49631bef6332dc98df778491314
parentfb5ea3811e6cc93eb005f29e56359a80436bdd0c (diff)
Document the pyasn1 requirement in teh readme
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 939fcc8c..b6c2c957 100644
--- a/README
+++ b/README
@@ -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)::