From c3b360764ac1a4eec5ffcbbcba539660fc0e4e6e Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 26 Jul 2017 13:11:04 +0000 Subject: [PATCH] Update kayobe installation dependencies Adds gcc and git. --- doc/source/installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 69048ef0f..62272d728 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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 ============