summaryrefslogtreecommitdiffstats
path: root/docs/BuildGuide.rst
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-07-10 08:45:36 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-10 08:45:36 +0000
commit2eb3ad6df751029e5ec6c61f910627dfd81ab278 (patch)
treeb012b2fc7940e16d3c279c4b59cac14820c06528 /docs/BuildGuide.rst
parentad5771478017673ca17db20c1760d7015d5517dd (diff)
parent26278dfdd1b853e660b7026c8d88faf68b996bfa (diff)
Merge "Final doc tuning for Dublin branch"
Diffstat (limited to 'docs/BuildGuide.rst')
-rw-r--r--docs/BuildGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst
index 464422ac..8ada5e3c 100644
--- a/docs/BuildGuide.rst
+++ b/docs/BuildGuide.rst
@@ -62,7 +62,7 @@ Subsequent steps are the same on both platforms:
yum install -y docker-ce-18.09.5 python-pip git createrepo expect nodejs npm jq
# install Python 3 (download scripts don't support Python 2 anymore)
- yum install -y python36
+ yum install -y python36 python36-pip
# twine package is needed by nexus blob build script
pip install twine