blob: ff6adc63764df9ea42d5bf73a1b566a83306b49a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Installing PSSH
===============
If you don't already have setuptools installed:
# wget 'http://peak.telecommunity.com/dist/ez_setup.py'
# sudo python ez_setup.py
Then:
# sudo python setup.py install
Share and enjoy!
Instructions for Packagers
--------------------------
Packagers create RPM or deb files for Linux distributions. If you are a
normal user, please skip this section.
Packaging PSSH is pretty straightforward. Just do a setup.py install, and
then move usr/bin/pssh-askpass to usr/libexec/pssh/pssh-askpass. Although
having pssh-askpass in /usr/bin doesn't really hurt anything, it's not
necessary, so it's cleaner to move it to /usr/libexec.
|