Skip to content

Commit b55a873

Browse files
committed
Added installation instructions to readme
1 parent ba91da4 commit b55a873

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Small wrapper library over paramiko that allows for parallel execution of SSH co
66
.. image:: https://api.travis-ci.org/pkittenis/parallel-ssh.png?branch=master
77
:target: https://travis-ci.org/pkittenis/parallel-ssh
88

9-
Example
9+
Installation
10+
============
11+
sudo apt-get install libevent-dev
12+
pip install parallel-ssh
13+
14+
Usage Example
1015
============
1116

1217
```python

0 commit comments

Comments
 (0)