diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:35 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:35 -0700 |
commit | 13cadb2a1f41a0f9f3e0be234d0cf7b24ec7602f (patch) | |
tree | 70102419fb0504afe639933a224ff9ca23b4979a | |
parent | 2c0544fc3504de0bb4d9c51e17abd384514030dd (diff) | |
parent | 4cc9d9f562235dffbd5d50fcae14e4041c4059a1 (diff) |
Merge branch '1.10' into 1.11
-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 |