Document installing using distutils from cloned repo.

This commit is contained in:
Darko Poljak 2017-08-28 17:59:33 +02:00
parent a21a6d2ebd
commit c97739d50f
1 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,15 @@ To install cdist, execute the following commands:
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).
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
#### Available versions in git
* The active development takes place in the **master** branch