From 8fc893714876c4a6046d17270715952d1763f351 Mon Sep 17 00:00:00 2001 From: Stig Telfer Date: Fri, 6 Oct 2017 10:10:34 +0000 Subject: [PATCH] Python devel packages not typically installed, add as a base package requirement --- doc/source/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index af78d3c3c..7441d69dc 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -19,11 +19,11 @@ source code repository, Git is required. On CentOS:: - $ yum install -y python-virtualenv gcc git + $ yum install -y python-devel python-virtualenv gcc git On Ubuntu:: - $ apt install -y python-virtualenv gcc git + $ apt install -y python-dev python-virtualenv gcc git Installation ============