diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-09-15 10:58:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-09-15 10:58:32 -0700 |
commit | 9149160ba4cca8ad317e921325baba436211337f (patch) | |
tree | 7d7481d58048d485bee465275729d3216184bca5 /sites/www/installing.rst | |
parent | 833d9f76be9676419d5a0eb3bd9a66ce27b40214 (diff) | |
parent | 79441930f8e4acac2a2167a40c961e3f5e9b6257 (diff) |
Merge branch '2.0'
Diffstat (limited to 'sites/www/installing.rst')
-rw-r--r-- | sites/www/installing.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 5a41a76b..6537b850 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -19,10 +19,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, 3.3+, and PyPy**. Users on Python 2.5 or older (or 3.2 or older) are urged to upgrade. |