diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-09-15 10:58:30 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-09-15 10:58:30 -0700 |
commit | 79441930f8e4acac2a2167a40c961e3f5e9b6257 (patch) | |
tree | 7d7481d58048d485bee465275729d3216184bca5 /setup.py | |
parent | 889480a5d032772e14af896c8df838aaf5f86703 (diff) | |
parent | f0415f0a94a623abac889931cf02e59ef66ff3d7 (diff) |
Merge branch '1.17' into 2.0
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: Cryptography -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 |