We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba91da4 commit b55a873Copy full SHA for b55a873
README.md
@@ -6,7 +6,12 @@ Small wrapper library over paramiko that allows for parallel execution of SSH co
6
.. image:: https://api.travis-ci.org/pkittenis/parallel-ssh.png?branch=master
7
:target: https://travis-ci.org/pkittenis/parallel-ssh
8
9
-Example
+Installation
10
+============
11
+ sudo apt-get install libevent-dev
12
+ pip install parallel-ssh
13
+
14
+Usage Example
15
============
16
17
```python
0 commit comments