diff options
Diffstat (limited to 'sites/www')
-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 4b2680a4..f2d9a341 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -36,7 +36,7 @@ There are also a number of **optional dependencies** you may install using .. TODO 3.0: tweak the invoke line to mention proxycommand too .. TODO 3.0: tweak the ed25519 line to remove the caveat -- If you want all optional dependencies at once, use ``paramiko[everything]``. +- If you want all optional dependencies at once, use ``paramiko[all]``. - For ``Match exec`` config support, use ``paramiko[invoke]`` (which installs `Invoke <https://www.pyinvoke.org>`_). - For GSS-API / SSPI support, use ``paramiko[gssapi]``, though also see |