add ==dev install URL to setup.py

(cherry picked from commit e72b53788d)
This commit is contained in:
Jeff Forcier 2011-11-17 17:00:17 -08:00
parent ba4dc2a26b
commit 5f839942c7
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ are supported. SFTP client and server mode are both supported too.
Required packages: Required packages:
pyCrypto 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: # if someday we want to *require* setuptools, uncomment this: