add hint for debian/argparse
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4a0e0ceb8a
commit
6519d7e92c
1 changed files with 14 additions and 4 deletions
18
README
18
README
|
@ -86,13 +86,23 @@ cdist was tested or is know to run on at least
|
||||||
* SSH-Server
|
* SSH-Server
|
||||||
|
|
||||||
|
|
||||||
## Getting cdist
|
## Installation
|
||||||
|
|
||||||
|
### Preperation
|
||||||
|
|
||||||
|
Ensure you have Python 3.x and the **argparse** module installed on
|
||||||
|
the machine you use to **deploy to the targets**.
|
||||||
|
|
||||||
|
#### Debian
|
||||||
|
|
||||||
|
aptitude install python3 python3-setuptools
|
||||||
|
easy_install3 argparse
|
||||||
|
|
||||||
|
|
||||||
|
### Get cdist
|
||||||
|
|
||||||
You can clone cdist from git, which gives you the advantage of having
|
You can clone cdist from git, which gives you the advantage of having
|
||||||
a version control in place for development of your own stuff as well.
|
a version control in place for development of your own stuff as well.
|
||||||
|
|
||||||
### Installation
|
|
||||||
|
|
||||||
To install cdist, execute the following commands:
|
To install cdist, execute the following commands:
|
||||||
|
|
||||||
git clone git://git.schottelius.org/cdist
|
git clone git://git.schottelius.org/cdist
|
||||||
|
|
Loading…
Reference in a new issue