summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTomáš Levora <t.levora@partner.samsung.com>2020-03-31 10:15:32 +0200
committerTomáš Levora <t.levora@partner.samsung.com>2020-03-31 10:21:33 +0200
commitd6d93a207713802250d9ff9b2df80f1752c5c40d (patch)
treecb8313e4d2ee1e811ceecdb9c89f6dac69651384 /docs
parenta2998d3cd4aaa2eabe19f6191ed6253657f7d61a (diff)
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 <t.levora@partner.samsung.com> Change-Id: I1130fd15af21d3e5a8bb80228d4cb31b5d25e41d
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildGuide.rst4
1 files changed, 2 insertions, 2 deletions
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