From 5f839942c7de70c70017b71500a4606d57ee64f7 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 17 Nov 2011 17:00:17 -0800 Subject: add ==dev install URL to setup.py (cherry picked from commit e72b53788df0c052c4bf78ce386b0ae86e724dc9) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') 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 `, use `pip install ssh==dev`. ''' # if someday we want to *require* setuptools, uncomment this: -- cgit v1.2.3