Skip to content

Commit 7bb17ac

Browse files
committed
Updated readme
1 parent b55a873 commit 7bb17ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ parallel-ssh
44
Small wrapper library over paramiko that allows for parallel execution of SSH commands on remote hosts and executing simple single host commands over SSH
55

66
.. image:: https://api.travis-ci.org/pkittenis/parallel-ssh.png?branch=master
7-
:target: https://travis-ci.org/pkittenis/parallel-ssh
7+
:target: https://travis-ci.org/pkittenis/parallel-ssh
88

99
Installation
1010
============
11+
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.
12+
1113
sudo apt-get install libevent-dev
1214
pip install parallel-ssh
1315

0 commit comments

Comments
 (0)