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
To install gevent you need the libevent-dev package installed. Instructions below are for apt-get systems, substitute with your own package manager if necessary.
18
+
19
+
.. note ::
20
+
libevent-dev package is no longer required as of gevent 1.0 which has migrated to libev. `parallel-ssh` now requires at least gevent version 1.0.
19
21
20
22
::
21
23
22
-
$ sudo apt-get install libevent-dev
23
-
$ pip install parallel-ssh
24
+
$ pip install parallel-ssh
25
+
26
+
**************
27
+
Usage Examples
28
+
**************
24
29
25
-
*************
26
-
Usage Example
27
-
*************
30
+
See documentation on `github pages`_ for more complete examples
0 commit comments