From 8f6c863d7bbfdb83b87ab0e1675009c1efc83e1a Mon Sep 17 00:00:00 2001
From: Lorenz Vanthillo <lorenz.vanthillo@outlook.com>
Date: Mon, 14 May 2018 20:11:57 +0200
Subject: [PATCH] Update README.md

https://github.com/kubernetes-incubator/kubespray/issues/2764
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index e8a1b059e..643b784fd 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ Quick Start
 To deploy the cluster you can use :
 
 ### Ansible
+    # Install dependencies from ``requirements.txt``
+    sudo pip install -r requirements.txt
 
     # Copy ``inventory/sample`` as ``inventory/mycluster``
     cp -rfp inventory/sample inventory/mycluster
-- 
GitLab