From 45626a05dccf98caacdefd7fc86bad0ba25f0818 Mon Sep 17 00:00:00 2001 From: MengZeLee Date: Mon, 16 Mar 2020 20:10:35 +0800 Subject: [PATCH] fix pip requirements version (#5174) Because using python Program create inventory it will happen error, thus I change python pip version to install kubespray requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bf074ff..972c054ca 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To deploy the cluster you can use : ```ShellSession # Install dependencies from ``requirements.txt`` -sudo pip install -r requirements.txt +sudo pip3 install -r requirements.txt # Copy ``inventory/sample`` as ``inventory/mycluster`` cp -rfp inventory/sample inventory/mycluster