Update kayobe installation dependencies
Adds gcc and git.
This commit is contained in:
parent
7258eb574a
commit
c3b360764a
@ -16,6 +16,16 @@ CentOS::
|
|||||||
|
|
||||||
$ yum install -y python-virtualenv
|
$ 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
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user