hint for archlinux users
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
26c0d5d9aa
commit
298688eb35
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -93,6 +93,12 @@ cdist was tested or is know to run on at least
|
|||
Ensure you have Python 3.x and the **argparse** module installed on
|
||||
the machine you use to **deploy to the targets**.
|
||||
|
||||
#### Archlinux
|
||||
|
||||
Archlinux already has python >= 3.2, so you only need to do:
|
||||
|
||||
pacman -S python
|
||||
|
||||
#### Debian
|
||||
|
||||
aptitude install python3 python3-setuptools
|
||||
|
|
Loading…
Reference in a new issue