summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2011-11-17 17:00:17 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-09-23 15:56:08 -0700
commit5f839942c7de70c70017b71500a4606d57ee64f7 (patch)
tree082719a705fd703d495cbfffd734d93147a7cb45 /setup.py
parentba4dc2a26bdbc4f371b506b319c6fe66d462a22f (diff)
downloadparamiko-5f839942c7de70c70017b71500a4606d57ee64f7.tar.gz
add ==dev install URL to setup.py
(cherry picked from commit e72b53788df0c052c4bf78ce386b0ae86e724dc9)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c0895a0f..6abbb79e 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,8 @@ are supported. SFTP client and server mode are both supported too.
Required packages:
pyCrypto
+
+To install the `in-development version <https://github.com/bitprophet/ssh/tarball/master#egg=ssh-dev>`, use `pip install ssh==dev`.
'''
# if someday we want to *require* setuptools, uncomment this: