Skip to content

Commit

Permalink
==dev is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 15, 2016
1 parent 3ba56f6 commit 79459e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
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
Expand Down
4 changes: 0 additions & 4 deletions sites/www/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 79459e0

Please sign in to comment.