diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-20 18:19:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-20 18:19:13 +0000 |
commit | aa83c052acedb81b008d1e05114307c4a20eeed3 (patch) | |
tree | 2cc323ced3b7dc86aac24b14cdece7d62c777cbd /docs | |
parent | 8bee68185daf2b55d568f584a50c7cb641fe11cf (diff) | |
parent | e7bff3582009e41181310f10b9b6b97883155181 (diff) |
Merge "Updating installation instructions" into stable/colorado
Diffstat (limited to 'docs')
-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 |