diff options
author | Ricardo Noriega <rnoriega@redhat.com> | 2016-09-15 15:02:16 +0200 |
---|---|---|
committer | Ricardo Noriega <rnoriega@redhat.com> | 2016-09-16 12:34:49 +0200 |
commit | 5d0895118f83ea53173e64b7e5fdf5fb49727460 (patch) | |
tree | 2619dd5067bde99a22547bb286a264ae3c35b484 /docs/installationprocedure/baremetal.rst | |
parent | bb7442fbfec5918126840e2ac2694621eb839530 (diff) |
Updating installation instructions
Python 3.4 is required and not installed by default in Centos 7
Change-Id: I246d4cc746df9c5070a8e4707b92015825489d9c
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'docs/installationprocedure/baremetal.rst')
-rw-r--r-- | docs/installationprocedure/baremetal.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst index 8507b445..eb48a289 100644 --- a/docs/installationprocedure/baremetal.rst +++ b/docs/installationprocedure/baremetal.rst @@ -137,6 +137,12 @@ Install Bare Metal Jumphost no longer carry them and they will not need special handling for installation. + Python 3.4 is also required and it needs to be installed if you are using + the Centos 7 base image: + + ``sudo yum install epel-release`` + ``sudo yum install python34`` + To install these RPMs download them to the local disk on your CentOS 7 install and pass the file names directly to yum: ``sudo yum install python34-markupsafe-<version>.rpm |