diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:38 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:38 -0700 |
commit | fb6047df36f94f8469ff3913e928b117d5a1238c (patch) | |
tree | b19c9a325c1e7ed7154f3c4f9cf0e4459716a2bc | |
parent | 3780c0314c7f4bf5f6bf4fb0f0099cc22c1dcc0a (diff) | |
parent | 13cadb2a1f41a0f9f3e0be234d0cf7b24ec7602f (diff) |
Merge branch '1.11' into 1.12
-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 |