diff options
author | Michael Chapman <michapma@redhat.com> | 2016-09-16 13:42:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-16 13:42:05 +0000 |
commit | 1be5540878ac141d77fb570a63847578cdcf09d9 (patch) | |
tree | a7a1adc73fed52da009e9ad9052575ac31b4d428 /docs/installationprocedure | |
parent | fb29c048fc1e0da14cc3318e4c1a76d1258f2b83 (diff) | |
parent | 5d0895118f83ea53173e64b7e5fdf5fb49727460 (diff) |
Merge "Updating installation instructions"
Diffstat (limited to 'docs/installationprocedure')
-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 |