forked from ungleich-public/cdist
redo commit due to broken .git repo
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
50ce206212
commit
e5b3081b9f
4 changed files with 31 additions and 5 deletions
26
README
26
README
|
|
@ -90,8 +90,8 @@ cdist was tested or is know to run on at least
|
|||
|
||||
### Preperation
|
||||
|
||||
Ensure you have Python 3.x and the **argparse** module installed on
|
||||
the machine you use to **deploy to the targets**.
|
||||
Ensure you have Python 3.2 installed on the machine you use to **deploy to the targets**
|
||||
(the ***source host***).
|
||||
|
||||
#### Archlinux
|
||||
|
||||
|
|
@ -101,9 +101,27 @@ Archlinux already has python >= 3.2, so you only need to do:
|
|||
|
||||
#### Debian
|
||||
|
||||
aptitude install python3 python3-setuptools
|
||||
easy_install3 argparse
|
||||
For Debian >= wheezy:
|
||||
|
||||
aptitude install python3
|
||||
|
||||
For older Debian versions, installing python 3.2 manually is required.
|
||||
|
||||
#### Fedora
|
||||
|
||||
For Fedora >= 15:
|
||||
|
||||
yum install python3
|
||||
|
||||
#### FreeBSD
|
||||
|
||||
For the port:
|
||||
|
||||
cd /usr/ports/lang/python32/ && make install clean
|
||||
|
||||
For the package:
|
||||
|
||||
pkg_add -r python32
|
||||
|
||||
#### Gentoo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue