diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:40 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:40 -0700 |
commit | cadb44e79cc9022042b342cc59dd9620b38bac34 (patch) | |
tree | 14be58dc9d3868d3cb234f5a4693b33acd5d9001 | |
parent | 6875bfd795b53108ce5ebd20562c822f90098712 (diff) | |
parent | fb6047df36f94f8469ff3913e928b117d5a1238c (diff) |
Merge branch '1.12' into 1.13
-rw-r--r-- | sites/www/installing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 0d4dc1ac..3587949f 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -5,7 +5,7 @@ Installing Paramiko itself =============== -The recommended way to get Invoke is to **install the latest stable release** +The recommended way to get Paramiko is to **install the latest stable release** via `pip <http://pip-installer.org>`_:: $ pip install paramiko |