Update kayobe installation dependencies

Adds gcc and git.
This commit is contained in:
Mark Goddard 2017-07-26 13:11:04 +00:00
parent 7258eb574a
commit c3b360764a
1 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,16 @@ CentOS::
$ yum install -y python-virtualenv
It is necessary to install the GCC compiler chain in order to build the
extensions of some of kayobe's python dependencies. On CentOS::
$ yum install -y gcc
Finally, for cloning and working with the kayobe source code repository, Git is
required. On CentOS::
$ yum install -y git
Installation
============