diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-01 09:47:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-01 09:47:12 +0000 |
commit | 3ac3c6aec5e551b36ad43aeff1279e6182141030 (patch) | |
tree | dc857ffdf011b783edece70d59199a9b4f8f18b2 /docs/BuildGuide.rst | |
parent | dcc72fc82c9e892a8cdb058b3f8dba138e9e4192 (diff) | |
parent | d6d93a207713802250d9ff9b2df80f1752c5c40d (diff) |
Merge "Removing python 2 reference in BuildGuide"
Diffstat (limited to 'docs/BuildGuide.rst')
-rw-r--r-- | docs/BuildGuide.rst | 4 |
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 |