diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:28:25 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 17:29:31 -0700 |
commit | 4cc9d9f562235dffbd5d50fcae14e4041c4059a1 (patch) | |
tree | 533df117b0a4741b4098c4f72fdffbf53805e4c0 /sites | |
parent | 4fdb4b5ae52b8e7cada05c5590a0cd0ab1b575d5 (diff) | |
download | paramiko-4cc9d9f562235dffbd5d50fcae14e4041c4059a1.tar.gz |
Uggh how did this slip in
Diffstat (limited to 'sites')
-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 |