Skip to content

Commit

Permalink
In installing.rst, link to Paramiko's install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veatch committed Jun 2, 2017
1 parent a23ffe6 commit 32ce65a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sites/www/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ dependency)::
Dependencies
============

In order for Fabric's installation to succeed, you will need four primary pieces of software:
In order for Fabric's installation to succeed, you will need three primary pieces of software:

* the Python programming language;
* the ``setuptools`` packaging/installation library;
* the Python `Paramiko <http://paramiko.org>`_ SSH library;
* and Paramiko's cryptography dependency, the PyCrypto library in Paramiko 1.x or the Cryptography library in Paramiko 2.x.
* and the Python `Paramiko <http://paramiko.org>`_ SSH library. Paramiko's dependencies differ
significantly between the 1.x and 2.x releases. See the `Paramiko installation docs
<http://www.paramiko.org/installing.html>`_ for more info.

and, if using the :ref:`parallel execution mode <parallel-execution>`:

Expand Down

0 comments on commit 32ce65a

Please sign in to comment.