Document installation with distutils from cloned repo.
This commit is contained in:
parent
e1e52fbf25
commit
9120ae0a37
1 changed files with 9 additions and 0 deletions
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue