Skip to content

Commit

Permalink
add install instruction
Browse files Browse the repository at this point in the history
closes #123.
  • Loading branch information
lilydjwg committed Apr 2, 2021
1 parent a7dbaac commit d4909c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ PSSH provides parallel versions of OpenSSH and related tools, including pssh, ps
This fork of PSSH is supported on Python 3.5 and later. It was originally written and maintained by Brent N. Chun. Due to his busy schedule, Brent handed over maintenance to Andrew McNabb in October 2009.

This project originally located at [Google Code](https://code.google.com/p/parallel-ssh/). Since Google Code has been closed, and has not appeared elsewhere, I (lilydjwg) have exported it to GitHub.

## Install

```
pip install git+https://github.com/lilydjwg/pssh
```

0 comments on commit d4909c9

Please sign in to comment.