summaryrefslogtreecommitdiffstats
path: root/docs/BuildGuide.rst
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-07-09 10:46:26 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-07-10 07:14:02 +0000
commit26278dfdd1b853e660b7026c8d88faf68b996bfa (patch)
tree9cbe26fe33977b70f54098fc990c4a534d9dbe24 /docs/BuildGuide.rst
parent86d690963b80241f408c1668c58f3cd6a0955dcd (diff)
Final doc tuning for Dublin branch
This commit is doing just some small polishing of documentation before creating Dublin branch for the offline installer. Issue-ID: OOM-1870 Change-Id: I969b15400eb8064d6d097caa0f712fbf7ec5277a Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
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