You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's it. Fabric depends on paramiko, but easy_install/pip will install that automagically as you install Fabric. I could also suggest having a look at virtualenv so you can test different Fabric versions and not bloat your global Python installation.
Requirements on the remote host: That it runs an SSH server such as OpenSSH and that it takes commands. That's it.
Thanks for the note, @guettli - I thought we mentioned this explicitly/visibly in the docs, but if not, I'll enhance the visibility as this comes up once in a while :)
http://docs.fabfile.org/en/1.7/index.html#installation
I think the above installation instruction should be split:
The docs should answer this questions: Do I need to install python, bash, fabric, paramiko, ... on the remote host?
The text was updated successfully, but these errors were encountered: