Skip to content
Snippets Groups Projects
Commit c3b36076 authored by Mark Goddard's avatar Mark Goddard
Browse files

Update kayobe installation dependencies

Adds gcc and git.
parent 7258eb57
No related branches found
No related tags found
No related merge requests found
......@@ -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
============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment