From 48c21beac914c571d918c09678df11009c54d0c3 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 17 Nov 2011 17:00:17 -0800 Subject: [PATCH] add ==dev install URL to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 88c9737..f30fd82 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 `, use `pip install ssh==dev`. ''' # if someday we want to *require* setuptools, uncomment this: