From 9120ae0a37c23e11ab48626c751707ca47435794 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 30 Aug 2017 22:58:34 +0200 Subject: [PATCH] Document installation with distutils from cloned repo. --- software/cdist/install.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/software/cdist/install.mdwn b/software/cdist/install.mdwn index 0ced26db..c54fce62 100644 --- a/software/cdist/install.mdwn +++ b/software/cdist/install.mdwn @@ -33,6 +33,15 @@ To install cdist, execute the following commands: cd cdist export PATH=$PATH:$(pwd -P)/bin +To install cdist with distutils from cloned repository, first you have to +create version.py: + + make version + +Then, as usual, you execute the following command: + + python setup.py install + From version 4.2.0 cdist tags and github releases are signed. You can get GPG public key used for signing [here](/software/cdist/pgp-key-EFD2AE4EC36B6901.asc).