From 26278dfdd1b853e660b7026c8d88faf68b996bfa Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Tue, 9 Jul 2019 10:46:26 +0000 Subject: 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 --- docs/BuildGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/BuildGuide.rst') 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 -- cgit 1.2.3-korg