From: Tomáš Levora Date: Tue, 31 Mar 2020 08:15:32 +0000 (+0200) Subject: Removing python 2 reference in BuildGuide X-Git-Tag: 6.0.0-ONAP~33^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F104726%2F1;p=oom%2Foffline-installer.git Removing python 2 reference in BuildGuide As python 2 support ends, removing its rereferences from buildguide Issue-ID: OOM-2345 Signed-off-by: Tomáš Levora Change-Id: I1130fd15af21d3e5a8bb80228d4cb31b5d25e41d --- diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 5b2e2486..6317760c 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -61,9 +61,9 @@ Subsequent steps are the same on both platforms: :: # install following packages - yum install -y docker-ce-18.09.5 python-pip git createrepo expect nodejs npm jq + yum install -y docker-ce-18.09.5 git createrepo expect nodejs npm jq - # install Python 3 (download scripts don't support Python 2 anymore) + # install Python 3 yum install -y python36 python36-pip # docker daemon must be running on host