summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-09-15 10:57:57 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-09-15 10:57:57 -0700
commit79459e0bab5fb1542c6bfe0a72e559af21e5856c (patch)
tree6da130e98e981aa2edef999eb89abfed3149460f
parent3ba56f663fb42e1233fef7a8110cf6a1a87df583 (diff)
downloadparamiko-79459e0bab5fb1542c6bfe0a72e559af21e5856c.tar.gz
==dev is no more
-rw-r--r--setup.py5
-rw-r--r--sites/www/installing.rst4
2 files changed, 2 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index 31d67139..9292df22 100644
--- a/setup.py
+++ b/setup.py
@@ -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
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index a657c3fc..3e96a50f 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -12,10 +12,6 @@ via `pip <http://pip-installer.org>`_::
$ pip install paramiko
-.. note::
- Users who want the bleeding edge can install the development version via
- ``pip install paramiko==dev``.
-
We currently support **Python 2.6, 2.7 and 3.3+** (Python **3.2** should also
work but has a less-strong compatibility guarantee from us.) Users on Python
2.5 or older are urged to upgrade.