diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-09-15 10:57:59 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-09-15 10:57:59 -0700 |
commit | efdcfd275f163a8d96253dbf6f036e3804e165db (patch) | |
tree | 8e4e9b2f37b82efe0451385c415de0d0c61b226e /setup.py | |
parent | 9f36cb1535760a592116579842c7feb0b1d30cb3 (diff) | |
parent | 79459e0bab5fb1542c6bfe0a72e559af21e5856c (diff) |
Merge branch '1.15' into 1.16
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -26,9 +26,8 @@ are supported. SFTP client and server mode are both supported too. Required packages: pyCrypto -To install the `in-development version -<https://github.com/paramiko/paramiko/tarball/master#egg=paramiko-dev>`_, use -`pip install paramiko==dev`. +To install the development version, ``pip install -e +git+https://github.com/paramiko/paramiko/#egg=paramiko``. ''' import sys |