Skip to content

Commit

Permalink
added PyPI info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdravko Bozakov committed Dec 15, 2014
1 parent 960eb58 commit 45832c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,22 @@ In contrast to tools such as `parallel-ssh`, SSHLauncher allows users to specify

# Installation:

For a system-wide SSHLauncher installation run
For a system-wide SSHLauncher installation, clone the repository and run

$ python setup.py install

you will probably require root privileges. However, SSHLauncher can also be executed as a stand alone application from the local directory. Note, that SSHLauncher relies on the excellent [pexpect](https://github.com/pexpect/pexpect) package which you may need to install first (a version is included for convenience).
you will probably need root privileges. However, SSHLauncher can also be executed directly from the local directory. Note, that SSHLauncher relies on the excellent [pexpect](https://github.com/pexpect/pexpect) package which you may need to install first.

$ pip install pexpect

SSHLauncher requires Python version >= 2.6 and has been tested with `pexpect` version 3.3.

```shell
You can also install SSHLauncher from PyPI, which will also install `pexpect`:

$ pip install sshlauncher


```
Usage:
$ sshlauncher [options] configfile
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md

0 comments on commit 45832c4

Please sign in to comment.