Document installation with distutils from cloned repo.

This commit is contained in:
Darko Poljak 2017-08-30 22:58:34 +02:00
parent e1e52fbf25
commit 9120ae0a37

View file

@ -33,6 +33,15 @@ To install cdist, execute the following commands:
cd cdist cd cdist
export PATH=$PATH:$(pwd -P)/bin 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. 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). You can get GPG public key used for signing [here](/software/cdist/pgp-key-EFD2AE4EC36B6901.asc).