diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2011-11-17 17:00:17 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 15:56:08 -0700 |
commit | 5f839942c7de70c70017b71500a4606d57ee64f7 (patch) | |
tree | 082719a705fd703d495cbfffd734d93147a7cb45 /setup.py | |
parent | ba4dc2a26bdbc4f371b506b319c6fe66d462a22f (diff) |
add ==dev install URL to setup.py
(cherry picked from commit e72b53788df0c052c4bf78ce386b0ae86e724dc9)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |