hint for archlinux users

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-27 17:31:39 +02:00
parent 26c0d5d9aa
commit 298688eb35
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -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